diff options
Diffstat (limited to 'maps/003-5.tmx')
-rw-r--r-- | maps/003-5.tmx | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/maps/003-5.tmx b/maps/003-5.tmx index 5f316c01..a133c70d 100644 --- a/maps/003-5.tmx +++ b/maps/003-5.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" tiledversion="2018.02.14" orientation="orthogonal" renderorder="right-down" width="70" height="68" tilewidth="32" tileheight="32" infinite="0" nextobjectid="36"> +<map version="1.0" tiledversion="2018.02.14" orientation="orthogonal" renderorder="right-down" width="70" height="68" tilewidth="32" tileheight="32" infinite="0" nextobjectid="37"> <properties> <property name="license" value="CC BY-SA 3.0"/> <property name="manaplus version" value="2"/> @@ -523,5 +523,13 @@ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 </data> </layer> - <objectgroup name="Objects"/> + <objectgroup name="Objects"> + <object id="36" name="To Tulimshar" type="warp" x="1216" y="1312" width="32" height="32"> + <properties> + <property name="dest_map" value="003-1"/> + <property name="dest_x" value="96"/> + <property name="dest_y" value="145"/> + </properties> + </object> + </objectgroup> </map> |