From 4effe126d5b04d7e8572f8d785735a66150aa4ee Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Wed, 24 Feb 2021 21:30:59 -0500 Subject: Ionia is in the water! --- src/map.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/map.cpp') 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) { p.collisionSize.h() = property.getIntValue(); } else if (property.getName() == "animation") { p.animationFilename = property.getStringValue(); + } else if (property.getName() == "animName") { + p.animName = property.getStringValue(); } else if (property.getName() == "interactionScript") { p.interactionScript = property.getStringValue(); } else if (property.getName() == "shadow") { -- cgit 1.4.1