diff options
-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 68c64c88f..7a24ba693 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> |