Cleaned up old assets

This commit is contained in:
Alan Youngblood
2023-08-07 17:33:44 -04:00
parent 2861296840
commit bab3487115
30 changed files with 1 additions and 978 deletions

View File

@ -103,7 +103,7 @@ public:
animations.emplace("move-n", moveN);
Animation moveW = Animation(2,1,100);
animations.emplace("move-w", moveW);
Animation moveS = Animation(5,1,100);
Animation moveS = Animation(4,1,100);
animations.emplace("move-s", moveS);
//Animation fall = Animation(3,1,100);
//animations.emplace("Fall",fall);