diff options
author | Jared Adams <jaxad0127@gmail.com> | 2008-11-23 16:47:50 +0000 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2008-11-23 16:47:50 +0000 |
commit | cbc9ddb5dfe343b977a5dd95379b4dbc3d80543a (patch) | |
tree | 0c1ab3261c715115118df83f602b36d570116f6d | |
parent | 950f6065c8603315f112a00958cf44ec8b89487f (diff) | |
download | clientdata-cbc9ddb5dfe343b977a5dd95379b4dbc3d80543a.tar.gz clientdata-cbc9ddb5dfe343b977a5dd95379b4dbc3d80543a.tar.bz2 clientdata-cbc9ddb5dfe343b977a5dd95379b4dbc3d80543a.tar.xz clientdata-cbc9ddb5dfe343b977a5dd95379b4dbc3d80543a.zip |
Fix some warps
-rw-r--r-- | maps/013-3.tmx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/maps/013-3.tmx b/maps/013-3.tmx index f2d1d2e8..df6cef1b 100644 --- a/maps/013-3.tmx +++ b/maps/013-3.tmx @@ -69,15 +69,15 @@ <object name="hiddenExit" type="warp" x="896" y="640" width="32" height="32"> <properties> <property name="dest_map" value="013-1"/> - <property name="dest_x" value="4032"/> - <property name="dest_y" value="3264"/> + <property name="dest_x" value="0"/> + <property name="dest_y" value="0"/> </properties> </object> <object name="toOutside" type="warp" x="1088" y="2016" width="32" height="32"> <properties> <property name="dest_map" value="013-1"/> <property name="dest_x" value="4000"/> - <property name="dest_y" value="3328"/> + <property name="dest_y" value="3264"/> </properties> </object> <object name="toCave" type="warp" x="1152" y="3072" width="32" height="32"> |