summary refs log tree commit diff stats
path: root/src/map.h
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/map.h
parentea8fb5426b0f065b4ef508bb33c2baf30df6b5a4 (diff)
downloadtanetane-14c3e64dc08ce1bcd8f2e421150f3f8e88de914a.tar.gz
tanetane-14c3e64dc08ce1bcd8f2e421150f3f8e88de914a.tar.bz2
tanetane-14c3e64dc08ce1bcd8f2e421150f3f8e88de914a.zip
Added (human) Mixolydia sprite
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map.h b/src/map.h index ee88920..80a79b0 100644 --- a/src/map.h +++ b/src/map.h
@@ -25,6 +25,7 @@ struct Prototype {
25 vec2i collisionSize; 25 vec2i collisionSize;
26 std::string animationFilename; 26 std::string animationFilename;
27 std::string animName; 27 std::string animName;
28 Direction dir = Direction::down;
28 std::string interactionScript; 29 std::string interactionScript;
29 bool shadow = false; 30 bool shadow = false;
30 bool wander = false; 31 bool wander = false;