Fixed animation

This commit is contained in:
2025-11-09 18:50:02 -06:00
parent 943e775364
commit d054cf9e36
6 changed files with 13 additions and 23 deletions

View File

@@ -25,7 +25,7 @@ typedef struct entity_s {
worldpos_t position;
entityanim_t animation;
uint8_t animFrame;
float_t animTime;
} entity_t;
extern entity_t ENTITIES[ENTITY_COUNT];