Entities in the world are now animated like before using the new animation system.

This commit is contained in:
Zed A. Shaw 2026-02-25 12:13:43 -05:00
parent 594be65f45
commit 779599f030
9 changed files with 85 additions and 79 deletions

View file

@ -68,7 +68,7 @@ namespace animator {
bool active();
void update();
void reload();
void check_update();
void check_changed();
void change_form(int direction);
};