diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-01-13 04:22:20 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-01-13 04:22:20 -0300 |
commit | 24744d9e6899a474ea100d8ad69d3567d1c8cb7b (patch) | |
tree | cf18b9d15b51a1d90a1de2c449c780315194c1c7 /maps/025-1.tmx | |
parent | 27b97db2569fbeaece256b5281f9d4b0e248c6dd (diff) | |
download | clientdata-24744d9e6899a474ea100d8ad69d3567d1c8cb7b.tar.gz clientdata-24744d9e6899a474ea100d8ad69d3567d1c8cb7b.tar.bz2 clientdata-24744d9e6899a474ea100d8ad69d3567d1c8cb7b.tar.xz clientdata-24744d9e6899a474ea100d8ad69d3567d1c8cb7b.zip |
Curse Fortress Town because, uhh, it should not exist and I want to emphatize that
Diffstat (limited to 'maps/025-1.tmx')
-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"> |