diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2011-09-20 16:27:52 +0200 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-09-20 16:29:37 +0200 |
commit | 2e6114dd9df264c868fa6d94429e78b6995bcd39 (patch) | |
tree | 401b379745058a4659165a1ba26e0238b853fd23 /maps/011-4.tmx | |
parent | c1102f468d22bd5e9dd5f04bdc26313be792469e (diff) | |
download | clientdata-2e6114dd9df264c868fa6d94429e78b6995bcd39.tar.gz clientdata-2e6114dd9df264c868fa6d94429e78b6995bcd39.tar.bz2 clientdata-2e6114dd9df264c868fa6d94429e78b6995bcd39.tar.xz clientdata-2e6114dd9df264c868fa6d94429e78b6995bcd39.zip |
Making the warps between 011-3 and 011-4 more comfortable.
They now each lead to the tile which is two tiles below the warp in the other direction.
This way it is easier to avoid being warped back and forth again and again.
Diffstat (limited to 'maps/011-4.tmx')
-rw-r--r-- | maps/011-4.tmx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/011-4.tmx b/maps/011-4.tmx index fab7a531..51f47f94 100644 --- a/maps/011-4.tmx +++ b/maps/011-4.tmx @@ -55,8 +55,8 @@ <object name="To Hermit's Cave" type="warp" x="2336" y="256" width="32" height="32"> <properties> <property name="dest_map" value="011-3"/> - <property name="dest_x" value="992"/> - <property name="dest_y" value="480"/> + <property name="dest_x" value="1008"/> + <property name="dest_y" value="528"/> </properties> </object> <object name="To Hurnscald Cave" type="warp" x="4128" y="2752" width="32" height="32"> |