summary refs log tree commit diff stats
path: root/src/map.cpp
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.cpp
parent04399885ba1ccecccdb7040d1f1165e977b29479 (diff)
downloadtanetane-4effe126d5b04d7e8572f8d785735a66150aa4ee.tar.gz
tanetane-4effe126d5b04d7e8572f8d785735a66150aa4ee.tar.bz2
tanetane-4effe126d5b04d7e8572f8d785735a66150aa4ee.zip
Ionia is in the water!
Diffstat (limited to 'src/map.cpp')
-rw-r--r--src/map.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map.cpp b/src/map.cpp index 23445e4..a5ecbdd 100644 --- a/src/map.cpp +++ b/src/map.cpp
@@ -89,6 +89,8 @@ Map::Map(std::string_view name) : name_(name) {
89 p.collisionSize.h() = property.getIntValue(); 89 p.collisionSize.h() = property.getIntValue();
90 } else if (property.getName() == "animation") { 90 } else if (property.getName() == "animation") {
91 p.animationFilename = property.getStringValue(); 91 p.animationFilename = property.getStringValue();
92 } else if (property.getName() == "animName") {
93 p.animName = property.getStringValue();
92 } else if (property.getName() == "interactionScript") { 94 } else if (property.getName() == "interactionScript") {
93 p.interactionScript = property.getStringValue(); 95 p.interactionScript = property.getStringValue();
94 } else if (property.getName() == "shadow") { 96 } else if (property.getName() == "shadow") {