diff options
Diffstat (limited to 'maps/006-4.tmx')
-rw-r--r-- | maps/006-4.tmx | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/maps/006-4.tmx b/maps/006-4.tmx index 0fbe7aaa..db629d94 100644 --- a/maps/006-4.tmx +++ b/maps/006-4.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.2" tiledversion="1.3.2" orientation="orthogonal" renderorder="right-down" compressionlevel="0" width="200" height="280" tilewidth="32" tileheight="32" infinite="0" nextlayerid="17" nextobjectid="24"> +<map version="1.4" tiledversion="1.4.1" orientation="orthogonal" renderorder="right-down" compressionlevel="0" width="200" height="280" tilewidth="32" tileheight="32" infinite="0" nextlayerid="17" nextobjectid="27"> <properties> <property name="author" value="kytty"/> <property name="license" value="CC BY-SA 3.0"/> @@ -3465,5 +3465,20 @@ <property name="spawn" value="120000"/> </properties> </object> + <object id="24" name="Curse Timer" type="function" x="2240" y="2624" width="64" height="32"> + <properties> + <property name="doevent" value="#DungeonCore::OnCurse"/> + </properties> + </object> + <object id="25" name="Curse Timer" type="function" x="3008" y="3200" width="64" height="32"> + <properties> + <property name="doevent" value="#DungeonCore::OnCurse"/> + </properties> + </object> + <object id="26" name="Curse Timer" type="function" x="1024" y="8256" width="32" height="32"> + <properties> + <property name="doevent" value="#DungeonCore::OnCurse"/> + </properties> + </object> </objectgroup> </map> |