-[NEW] actor::drawAt(), per a pintar un actor on siga (coordenades de pantalla, no isomètriques)
This commit is contained in:
@@ -135,6 +135,7 @@ namespace actor
|
||||
void update(actor_t *act, const bool update_all=true);
|
||||
void updateEditor(actor_t *act, const bool update_all=true);
|
||||
|
||||
void drawAt(actor_t * act, const int x, const int y);
|
||||
void draw(actor_t *act, const bool draw_all=true);
|
||||
|
||||
actor_t *find(std::string name);
|
||||
|
||||
Reference in New Issue
Block a user