diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-05-22 17:56:07 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-05-22 17:56:07 -0300 |
commit | 20f4c5197939b2d9a13f330ae82819086cf277db (patch) | |
tree | ce19559de63dc62b63cbedfbb775164d9eb26a95 /maps/003-5.tmx | |
parent | e098c38de266668b7b8b0c37b49fa8ac24d5cd40 (diff) | |
download | clientdata-20f4c5197939b2d9a13f330ae82819086cf277db.tar.gz clientdata-20f4c5197939b2d9a13f330ae82819086cf277db.tar.bz2 clientdata-20f4c5197939b2d9a13f330ae82819086cf277db.tar.xz clientdata-20f4c5197939b2d9a13f330ae82819086cf277db.zip |
Fix bug
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> |