- [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:
2023-10-05 18:55:51 +02:00
parent a141d11760
commit 543c6a81e3
7 changed files with 80 additions and 10 deletions

View File

@@ -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);