diff options
author | Jared Adams <jaxad0127@gmail.com> | 2008-11-23 15:16:38 +0000 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2008-11-23 15:16:38 +0000 |
commit | a9ee186c530a6032ee120493081c44f21a2be354 (patch) | |
tree | f94a2cf25c7aa9c93c958a9605017f3210bb0210 /maps/018-3.tmx | |
parent | f1b4dcd3be035fb698780e6785270b403f1010ef (diff) | |
download | clientdata-a9ee186c530a6032ee120493081c44f21a2be354.tar.gz clientdata-a9ee186c530a6032ee120493081c44f21a2be354.tar.bz2 clientdata-a9ee186c530a6032ee120493081c44f21a2be354.tar.xz clientdata-a9ee186c530a6032ee120493081c44f21a2be354.zip |
Fix another bad warp.
Diffstat (limited to 'maps/018-3.tmx')
-rw-r--r-- | maps/018-3.tmx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/018-3.tmx b/maps/018-3.tmx index d214fb2f..438828b0 100644 --- a/maps/018-3.tmx +++ b/maps/018-3.tmx @@ -90,7 +90,7 @@ <object name="toOutside" type="warp" x="3936" y="5280" width="32" height="32"> <properties> <property name="dest_map" value="018-1"/> - <property name="dest_x" value="3136"/> + <property name="dest_x" value="2880"/> <property name="dest_y" value="1376"/> </properties> </object> |