This commit is contained in:
Ulysse Cura 2025-08-11 18:35:39 +02:00
parent e8bad2bdf4
commit f6f303969d
1 changed files with 3 additions and 3 deletions

View File

@ -7,9 +7,9 @@
typedef struct animation_system_data_t { typedef struct animation_system_data_t {
sprite_component_data_t *sprite_component_data; sprite_component_data_t *sprite_component_data;
bool play :1; bool play :1;
bool loop :1; bool loop :1;
bool reverse :1; bool reverse :1;
float frame_delay_ms; float frame_delay_ms;
float frame_timer_ms; float frame_timer_ms;