diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-22 13:12:43 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-22 13:12:43 -0300 |
commit | 2e40f99abbf268f05163fb3359fd86b3c17618a5 (patch) | |
tree | 7f9e92a5d613d3f999e33a6e7d94e2b5f801bff6 /maps/015-2.tmx | |
parent | 5969e34c4b8c5efcd7dcdecdc1368b3bd5edc77c (diff) | |
download | clientdata-2e40f99abbf268f05163fb3359fd86b3c17618a5.tar.gz clientdata-2e40f99abbf268f05163fb3359fd86b3c17618a5.tar.bz2 clientdata-2e40f99abbf268f05163fb3359fd86b3c17618a5.tar.xz clientdata-2e40f99abbf268f05163fb3359fd86b3c17618a5.zip |
Swap two caves on Bandit Cave.
Diffstat (limited to 'maps/015-2.tmx')
-rw-r--r-- | maps/015-2.tmx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/maps/015-2.tmx b/maps/015-2.tmx index e4199145..6ba23cc1 100644 --- a/maps/015-2.tmx +++ b/maps/015-2.tmx @@ -1982,25 +1982,25 @@ <object id="22" name="To Bandit Lord Cave" type="warp" x="8512" y="5824" width="32" height="32"> <properties> <property name="dest_map" value="015-2"/> - <property name="dest_x" value="249"/> - <property name="dest_y" value="233"/> + <property name="dest_x" value="264"/> + <property name="dest_y" value="237"/> </properties> </object> <object id="24" name="To Bandit Lord Cave" type="warp" x="5568" y="8192" width="32" height="32"> <properties> <property name="dest_map" value="015-2"/> - <property name="dest_x" value="264"/> - <property name="dest_y" value="237"/> + <property name="dest_x" value="249"/> + <property name="dest_y" value="233"/> </properties> </object> - <object id="77" name="To Secret Cave" type="warp" x="8448" y="7552" width="32" height="32"> + <object id="77" name="To Secret Cave" type="warp" x="7968" y="7424" width="32" height="32"> <properties> <property name="dest_map" value="015-2"/> <property name="dest_x" value="174"/> <property name="dest_y" value="255"/> </properties> </object> - <object id="78" name="To Secret Cave" type="warp" x="7968" y="7424" width="32" height="32"> + <object id="78" name="To Secret Cave" type="warp" x="8448" y="7552" width="32" height="32"> <properties> <property name="dest_map" value="015-2"/> <property name="dest_x" value="266"/> |