diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-21 16:17:22 -0300 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-21 16:17:22 -0300 |
commit | 5a5d9b9608b075db3fcdc1a1fde57ddcda8c3c68 (patch) | |
tree | d00f824e3b167cedc62223b52c514f86347670ed /maps | |
parent | a5013ae58d752a3fee63e57ef31868cac5a3b656 (diff) | |
download | clientdata-5a5d9b9608b075db3fcdc1a1fde57ddcda8c3c68.tar.gz clientdata-5a5d9b9608b075db3fcdc1a1fde57ddcda8c3c68.tar.bz2 clientdata-5a5d9b9608b075db3fcdc1a1fde57ddcda8c3c68.tar.xz clientdata-5a5d9b9608b075db3fcdc1a1fde57ddcda8c3c68.zip |
Properly fix a broken warp
Diffstat (limited to 'maps')
-rw-r--r-- | maps/002-4.tmx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/002-4.tmx b/maps/002-4.tmx index b3b2cbd4..baf38310 100644 --- a/maps/002-4.tmx +++ b/maps/002-4.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" tiledversion="1.1.1" orientation="orthogonal" renderorder="right-down" width="52" height="53" tilewidth="32" tileheight="32" infinite="0" nextobjectid="2"> +<map version="1.0" tiledversion="2018.02.14" orientation="orthogonal" renderorder="right-down" width="52" height="53" tilewidth="32" tileheight="32" infinite="0" nextobjectid="2"> <properties> <property name="license" value="CC BY-SA 3.0"/> <property name="manaplus version" value="1"/> @@ -377,7 +377,7 @@ <object id="1" name="To First Deck" type="warp" x="608" y="864" width="32" height="32"> <properties> <property name="dest_map" value="002-3"/> - <property name="dest_x" value="32"/> + <property name="dest_x" value="43"/> <property name="dest_y" value="28"/> </properties> </object> |