summary refs log tree commit diff stats
path: root/src/map.h
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2021-02-24 21:30:59 -0500
committerKelly Rauchenberger <fefferburbia@gmail.com>2021-02-24 21:30:59 -0500
commit4effe126d5b04d7e8572f8d785735a66150aa4ee (patch)
treea2e2f98dbacc9a8593b70bf16eac06adfc30b337 /src/map.h
parent04399885ba1ccecccdb7040d1f1165e977b29479 (diff)
downloadtanetane-4effe126d5b04d7e8572f8d785735a66150aa4ee.tar.gz
tanetane-4effe126d5b04d7e8572f8d785735a66150aa4ee.tar.bz2
tanetane-4effe126d5b04d7e8572f8d785735a66150aa4ee.zip
Ionia is in the water!
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 1a88cc8..9f5a93b 100644 --- a/src/map.h +++ b/src/map.h
@@ -24,6 +24,7 @@ struct Prototype {
24 vec2i collisionOffset; 24 vec2i collisionOffset;
25 vec2i collisionSize; 25 vec2i collisionSize;
26 std::string animationFilename; 26 std::string animationFilename;
27 std::string animName;
27 std::string interactionScript; 28 std::string interactionScript;
28 bool shadow = false; 29 bool shadow = false;
29 bool wander = false; 30 bool wander = false;