Cleaned up old assets
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user