diff options
author | Fate <fate-tmw@googlemail.com> | 2008-11-22 03:45:13 -0700 |
---|---|---|
committer | Fate <fate-tmw@googlemail.com> | 2008-11-22 03:45:13 -0700 |
commit | b0fe2d750488b8594d96c9ab9614d1906ca059c3 (patch) | |
tree | d2b98fec65af1f8abb27f9f5d6778f696d7ad222 | |
parent | 495d9e8ae67d4926b7f0049ddc6809a58e0db4c3 (diff) | |
download | clientdata-b0fe2d750488b8594d96c9ab9614d1906ca059c3.tar.gz clientdata-b0fe2d750488b8594d96c9ab9614d1906ca059c3.tar.bz2 clientdata-b0fe2d750488b8594d96c9ab9614d1906ca059c3.tar.xz clientdata-b0fe2d750488b8594d96c9ab9614d1906ca059c3.zip |
Warp fixes
-rw-r--r-- | maps/003-1.tmx | 4 | ||||
-rw-r--r-- | maps/010-1.tmx | 2 | ||||
-rw-r--r-- | maps/013-1.tmx | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/maps/003-1.tmx b/maps/003-1.tmx index af7f5c8e..28e75350 100644 --- a/maps/003-1.tmx +++ b/maps/003-1.tmx @@ -54,8 +54,8 @@ <object name="ToSandstorm" type="WARP" x="5504" y="2400" width="32" height="160"> <properties> <property name="DEST_MAP" value="002-1"/> - <property name="DEST_X" value="1200"/> - <property name="DEST_Y" value="3504"/> + <property name="DEST_X" value="480"/> + <property name="DEST_Y" value="2112"/> </properties> </object> <object name="ToWoodland" type="WARP" x="608" y="736" width="96" height="32"> diff --git a/maps/010-1.tmx b/maps/010-1.tmx index 017c5a45..5dfe57e9 100644 --- a/maps/010-1.tmx +++ b/maps/010-1.tmx @@ -88,7 +88,7 @@ </object> <object name="ToWoodland" type="warp" x="1760" y="3328" width="96" height="32"> <properties> - <property name="dest_map" value="015-1"/> + <property name="dest_map" value="016-1"/> <property name="dest_x" value="1808"/> <property name="dest_y" value="688"/> </properties> diff --git a/maps/013-1.tmx b/maps/013-1.tmx index 295ad7f4..3ab3c883 100644 --- a/maps/013-1.tmx +++ b/maps/013-1.tmx @@ -59,8 +59,8 @@ <object name="ToWoodlandHills" type="warp" x="640" y="2368" width="32" height="128"> <properties> <property name="dest_map" value="012-1"/> - <property name="dest_x" value="4768"/> - <property name="dest_y" value="2520"/> + <property name="dest_x" value="4736"/> + <property name="dest_y" value="1920"/> </properties> </object> <object name="ToWoodland" type="warp" x="1408" y="672" width="96" height="32"> |