diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-22 01:49:20 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-22 01:49:20 -0300 |
commit | f3bee31459a50ac29b6d8d3f53f0ddc93e813a99 (patch) | |
tree | 11610e0bceabd8351a3500ab0364bddebeec6920 /maps/006-0.tmx | |
parent | bfe2e87395a339214141def2d1fa25b3d5cc7468 (diff) | |
download | clientdata-f3bee31459a50ac29b6d8d3f53f0ddc93e813a99.tar.gz clientdata-f3bee31459a50ac29b6d8d3f53f0ddc93e813a99.tar.bz2 clientdata-f3bee31459a50ac29b6d8d3f53f0ddc93e813a99.tar.xz clientdata-f3bee31459a50ac29b6d8d3f53f0ddc93e813a99.zip |
Missing warps. Now there's a lobby to Crazyfefe's Chamber.
Diffstat (limited to 'maps/006-0.tmx')
-rw-r--r-- | maps/006-0.tmx | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/maps/006-0.tmx b/maps/006-0.tmx index e0a1f4b2..7d802a86 100644 --- a/maps/006-0.tmx +++ b/maps/006-0.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="100" height="80" tilewidth="32" tileheight="32" infinite="0" nextlayerid="8" nextobjectid="2"> +<map version="1.2" tiledversion="1.3.2" orientation="orthogonal" renderorder="right-down" compressionlevel="0" width="100" height="80" tilewidth="32" tileheight="32" infinite="0" nextlayerid="8" nextobjectid="3"> <properties> <property name="license" value="GPL v2+"/> <property name="manaplus version" value="2"/> @@ -522,5 +522,12 @@ </layer> <objectgroup id="7" name="Objects"> <object id="1" name="Margin" type="fixme" x="1152" y="1792" width="640" height="640"/> + <object id="2" name="To Candor" type="warp" x="1568" y="1728" width="32" height="32"> + <properties> + <property name="dest_map" value="005-1"/> + <property name="dest_x" value="66"/> + <property name="dest_y" value="63"/> + </properties> + </object> </objectgroup> </map> |