summary refs log tree commit diff stats
path: root/src/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.cpp b/src/game.cpp index 39bb3f1..1182689 100644 --- a/src/game.cpp +++ b/src/game.cpp
@@ -40,7 +40,7 @@ Game::Game(
40 40
41 int player = entityManager_.emplaceEntity(); 41 int player = entityManager_.emplaceEntity();
42 42
43 AnimationSet playerGraphics {"res/Starla2.bmp", 10, 12, 6}; 43 AnimationSet playerGraphics {"res/Starla.png", 10, 12, 6};
44 playerGraphics.emplaceAnimation("stillLeft", 3, 1, 1); 44 playerGraphics.emplaceAnimation("stillLeft", 3, 1, 1);
45 playerGraphics.emplaceAnimation("stillRight", 0, 1, 1); 45 playerGraphics.emplaceAnimation("stillRight", 0, 1, 1);
46 playerGraphics.emplaceAnimation("walkingLeft", 4, 2, 10); 46 playerGraphics.emplaceAnimation("walkingLeft", 4, 2, 10);