summary refs log tree commit diff stats
path: root/src/game.cpp
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2021-03-01 17:59:34 -0500
committerKelly Rauchenberger <fefferburbia@gmail.com>2021-03-01 17:59:34 -0500
commit14c3e64dc08ce1bcd8f2e421150f3f8e88de914a (patch)
tree869fe3d12601afd2dee66154213bcf99f393e1e6 /src/game.cpp
parentea8fb5426b0f065b4ef508bb33c2baf30df6b5a4 (diff)
downloadtanetane-14c3e64dc08ce1bcd8f2e421150f3f8e88de914a.tar.gz
tanetane-14c3e64dc08ce1bcd8f2e421150f3f8e88de914a.tar.bz2
tanetane-14c3e64dc08ce1bcd8f2e421150f3f8e88de914a.zip
Added (human) Mixolydia sprite
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game.cpp b/src/game.cpp index 8ba4c85..5b5c506 100644 --- a/src/game.cpp +++ b/src/game.cpp
@@ -64,6 +64,7 @@ void Game::loadMap(std::string filename) {
64 if (!p.animName.empty()) { 64 if (!p.animName.empty()) {
65 getSystem<AnimationSystem>().setSpriteAnimation(spriteId, p.animName); 65 getSystem<AnimationSystem>().setSpriteAnimation(spriteId, p.animName);
66 } 66 }
67 getSystem<AnimationSystem>().setSpriteDirection(spriteId, p.dir);
67 } 68 }
68 getSprite(spriteId).interactionScript = p.interactionScript; 69 getSprite(spriteId).interactionScript = p.interactionScript;
69 if (p.movementSpeed != -1) { 70 if (p.movementSpeed != -1) {