diff options
author | Saulc <lucashelaine14@gmail.com> | 2019-04-05 18:48:43 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2019-04-05 18:48:43 +0000 |
commit | 48c0c4050d2adb958e51247d5b39242e4bcc6a39 (patch) | |
tree | afcb559bae5a4015a06b6cbd63ccf68432547a57 | |
parent | fbb9a451f0bc2930bd0fb41adb54221d1329dd57 (diff) | |
download | clientdata-48c0c4050d2adb958e51247d5b39242e4bcc6a39.tar.gz clientdata-48c0c4050d2adb958e51247d5b39242e4bcc6a39.tar.bz2 clientdata-48c0c4050d2adb958e51247d5b39242e4bcc6a39.tar.xz clientdata-48c0c4050d2adb958e51247d5b39242e4bcc6a39.zip |
fix warp bug 010-1.tmx
-rw-r--r-- | maps/010-1.tmx | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/maps/010-1.tmx b/maps/010-1.tmx index 772e993a..d60a6fd8 100644 --- a/maps/010-1.tmx +++ b/maps/010-1.tmx @@ -1766,8 +1766,8 @@ <object id="222" name="To Cave" type="warp" x="2208" y="2304" width="32" height="32"> <properties> <property name="dest_map" value="004-2-3"/> - <property name="dest_x" value="64"/> - <property name="dest_y" value="26"/> + <property name="dest_x" value="71"/> + <property name="dest_y" value="29"/> </properties> </object> <object id="88" name="To Cave" type="warp" x="2560" y="2912" width="32" height="32"> @@ -1784,6 +1784,13 @@ <property name="dest_y" value="28"/> </properties> </object> + <object id="90" name="to Cave" type="warp" x="2048" y="2432" width="32" height="32"> + <properties> + <property name="dest_map" value="004-2-3"/> + <property name="dest_x" value="64"/> + <property name="dest_y" value="26"/> + </properties> + </object> </objectgroup> <objectgroup color="#ff0000" id="15" name="help"> <object id="176" name="7" x="3589.21" y="456.242" width="32" height="32"/> @@ -1982,13 +1989,6 @@ <property name="dest_y" value="99"/> </properties> </object> - <object id="90" name="to Cave" type="warp" x="2048" y="2432" width="32" height="32"> - <properties> - <property name="dest_map" value="004-1"/> - <property name="dest_x" value="33"/> - <property name="dest_y" value="110"/> - </properties> - </object> <object id="130" name="to Cave" type="warp" x="3328" y="960" width="32" height="32"> <properties> <property name="dest_map" value="010-1-1"/> |