diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-01-13 03:20:30 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-01-13 03:20:30 -0300 |
commit | c49040f18db087248acdbabd55683d8b215aad96 (patch) | |
tree | 346bad36c113f690306701fe4a0531b7106ce838 /maps/006-4.tmx | |
parent | 54309ef826dadeafbcf9fa3dff836d12b6cc28f9 (diff) | |
download | clientdata-c49040f18db087248acdbabd55683d8b215aad96.tar.gz clientdata-c49040f18db087248acdbabd55683d8b215aad96.tar.bz2 clientdata-c49040f18db087248acdbabd55683d8b215aad96.tar.xz clientdata-c49040f18db087248acdbabd55683d8b215aad96.zip |
Curse jak1 maps
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> |