fixed bug where animation function wouldn't animate properly

This commit is contained in:
2026-02-27 17:13:20 +01:00
parent 602e5595ca
commit 0a474dde90
13 changed files with 144 additions and 105 deletions

View File

@@ -43,8 +43,8 @@ enum irregular_states{
}
enum look_direction{
UP,
DOWN,
BACK,
FRONT,
LEFT,
RIGHT
}