diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-01-14 17:42:16 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-01-14 17:42:16 -0300 |
commit | 300b698131014587f58d082dec6a7a4b1c73bdd3 (patch) | |
tree | f96a6af603b748d7bf482fb0ebe3a97f0cbc4c22 /maps/025-3.tmx | |
parent | 76132fc694feedd839a24602c6a3e73203fc2198 (diff) | |
download | clientdata-300b698131014587f58d082dec6a7a4b1c73bdd3.tar.gz clientdata-300b698131014587f58d082dec6a7a4b1c73bdd3.tar.bz2 clientdata-300b698131014587f58d082dec6a7a4b1c73bdd3.tar.xz clientdata-300b698131014587f58d082dec6a7a4b1c73bdd3.zip |
Missed a warp
Diffstat (limited to 'maps/025-3.tmx')
-rw-r--r-- | maps/025-3.tmx | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/maps/025-3.tmx b/maps/025-3.tmx index 68c64c88..7a24ba69 100644 --- a/maps/025-3.tmx +++ b/maps/025-3.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="200" tilewidth="32" tileheight="32" infinite="0" nextlayerid="11" nextobjectid="5"> +<map version="1.4" tiledversion="1.4.1" orientation="orthogonal" renderorder="right-down" compressionlevel="0" width="200" height="200" tilewidth="32" tileheight="32" infinite="0" nextlayerid="11" nextobjectid="6"> <properties> <property name="manaplus version" value="2"/> <property name="minimap" value="graphics/minimaps/025-3.png"/> @@ -1952,5 +1952,13 @@ <property name="spawn" value="30000"/> </properties> </object> + <object id="5" name="To Fortress Town" type="warp" x="3104" y="5728" width="192" height="32"> + <properties> + <property name="dest_map" value="025-1"/> + <property name="dest_x" value="100"/> + <property name="dest_y" value="22"/> + <property name="npc_id" value=""/> + </properties> + </object> </objectgroup> </map> |