- [FIX] l'animació no funcionava be
- Versió del Update dels actors per al Editor - [NEW] gui::TextBox - [NEW] input::getKeyPressed() - Acabant el editor...
This commit is contained in:
@@ -49,7 +49,7 @@ namespace actor
|
||||
uint8_t orient;
|
||||
uint8_t anim_cycle;
|
||||
uint8_t anim_frame;
|
||||
uint8_t anim_wait;
|
||||
int anim_wait;
|
||||
uint8_t anim_wait_count;
|
||||
|
||||
uint16_t flags;
|
||||
@@ -81,6 +81,7 @@ namespace actor
|
||||
void reorder();
|
||||
|
||||
void update(actor_t *act, const bool update_all=true);
|
||||
void updateEditor(actor_t *act, const bool update_all=true);
|
||||
|
||||
void draw(actor_t *act, const bool draw_all=true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user