summary refs log tree commit diff stats
path: root/src/map.cpp
diff options
context:
space:
mode:
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") {