diff options
-rw-r--r-- | maps/025-1.tmx | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/maps/025-1.tmx b/maps/025-1.tmx index 9c5e9d82..3c041ef5 100644 --- a/maps/025-1.tmx +++ b/maps/025-1.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.4" tiledversion="1.4.1" orientation="orthogonal" renderorder="right-down" compressionlevel="0" width="200" height="140" tilewidth="32" tileheight="32" infinite="0" nextlayerid="15" nextobjectid="100"> +<map version="1.4" tiledversion="1.4.1" orientation="orthogonal" renderorder="right-down" compressionlevel="0" width="200" height="140" tilewidth="32" tileheight="32" infinite="0" nextlayerid="15" nextobjectid="101"> <properties> <property name="manaplus version" value="2"/> <property name="minimap" value="graphics/minimaps/025-1.png"/> @@ -1141,6 +1141,11 @@ </layer> <objectgroup id="7" name="Objects" visible="0"> <object id="99" name="Fortress Gate" type="dyncollision" x="3168" y="3584" width="64" height="32"/> + <object id="100" name="Curse Timer" type="function" x="3072" y="3904" width="256" height="32"> + <properties> + <property name="doevent" value="#DungeonCore::OnCurse"/> + </properties> + </object> </objectgroup> <objectgroup color="#ff0000" id="10" name="spawns" visible="0"> <object id="7" name="Moubi" type="spawn" x="799" y="2911" width="992" height="448"> |