diff options
author | seeds <abby.hulka@gmail.com> | 2021-06-20 15:11:37 +0000 |
---|---|---|
committer | seeds <abby.hulka@gmail.com> | 2021-06-20 15:11:37 +0000 |
commit | 08ce3eab6e441674e56b69cbba9d19f0c64c15f9 (patch) | |
tree | 56237221ab1cf83e487da388f32bf924173d0196 /maps | |
parent | 8f7889a6973a3cdb1dbee30ad6dc9a57fdfe519a (diff) | |
download | clientdata-08ce3eab6e441674e56b69cbba9d19f0c64c15f9.tar.gz clientdata-08ce3eab6e441674e56b69cbba9d19f0c64c15f9.tar.bz2 clientdata-08ce3eab6e441674e56b69cbba9d19f0c64c15f9.tar.xz clientdata-08ce3eab6e441674e56b69cbba9d19f0c64c15f9.zip |
Piou isles fixes patch
Diffstat (limited to 'maps')
-rw-r--r-- | maps/006-2-6.tmx | 6 | ||||
-rw-r--r-- | maps/006-2.tmx | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/maps/006-2-6.tmx b/maps/006-2-6.tmx index f8f267a9..6797eb8e 100644 --- a/maps/006-2-6.tmx +++ b/maps/006-2-6.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" width="77" height="57" tilewidth="32" tileheight="32" infinite="0" nextlayerid="17" nextobjectid="118"> +<map version="1.5" tiledversion="1.6.0" orientation="orthogonal" renderorder="right-down" width="77" height="57" tilewidth="32" tileheight="32" infinite="0" nextlayerid="17" nextobjectid="118"> <properties> <property name="author" value="seeds, Saulc"/> <property name="license" value="CC BY-SA 4.0"/> @@ -521,10 +521,10 @@ </data> </layer> <objectgroup id="16" name="Objects" visible="0"/> - <objectgroup color="#000000" id="8" name="Warps" visible="0"> + <objectgroup color="#000000" id="8" name="Warps"> <object id="3" name="To Throne Room" type="warp" x="1088" y="736" width="32" height="32"> <properties> - <property name="dest_map" value="006-2-4"/> + <property name="dest_map" value="006-2-5"/> <property name="dest_x" value="34"/> <property name="dest_y" value="22"/> </properties> diff --git a/maps/006-2.tmx b/maps/006-2.tmx index b963031f..5c2a6113 100644 --- a/maps/006-2.tmx +++ b/maps/006-2.tmx @@ -1595,15 +1595,15 @@ <object id="41" name="Cave Exit" type="warp" x="1952" y="3488" width="32" height="32"> <properties> <property name="dest_map" value="006-2-3"/> - <property name="dest_x" value="42"/> - <property name="dest_y" value="29"/> + <property name="dest_x" value="44"/> + <property name="dest_y" value="21"/> </properties> </object> <object id="42" name="Cave Entrance" type="warp" x="2176" y="3616" width="32" height="32"> <properties> <property name="dest_map" value="006-2-3"/> - <property name="dest_x" value="41"/> - <property name="dest_y" value="55"/> + <property name="dest_x" value="44"/> + <property name="dest_y" value="47"/> </properties> </object> <object id="43" name="To Candor B1F" type="warp" x="2176" y="3776" width="32" height="32"> @@ -1615,7 +1615,7 @@ </object> <object id="44" name="To Piou Fortress" type="warp" x="2176" y="2368" width="32" height="32"> <properties> - <property name="dest_map" value="006-2-4"/> + <property name="dest_map" value="006-2-5"/> <property name="dest_x" value="38"/> <property name="dest_y" value="34"/> </properties> |