diff options
author | Ali-G <gauvain.dauchy@free.fr> | 2011-09-22 16:49:53 +0200 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-09-23 14:45:31 +0200 |
commit | 1d774aa9b0684c5ab88db797e17362684ae057b0 (patch) | |
tree | 0e7eaa27f6c6cb7724072359147ea1e083346d17 /maps/005-3.tmx | |
parent | 17210b9940dc24fbe07f3a9ef3ebe97e208db990 (diff) | |
download | clientdata-1d774aa9b0684c5ab88db797e17362684ae057b0.tar.gz clientdata-1d774aa9b0684c5ab88db797e17362684ae057b0.tar.bz2 clientdata-1d774aa9b0684c5ab88db797e17362684ae057b0.tar.xz clientdata-1d774aa9b0684c5ab88db797e17362684ae057b0.zip |
Fixed the coordinates of some warps made in the same direction. The player will now be warped two tiles in front of the same directed warp.
Diffstat (limited to 'maps/005-3.tmx')
-rw-r--r-- | maps/005-3.tmx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/005-3.tmx b/maps/005-3.tmx index bd2f8291..89e92748 100644 --- a/maps/005-3.tmx +++ b/maps/005-3.tmx @@ -53,14 +53,14 @@ <properties> <property name="dest_map" value="005-1"/> <property name="dest_x" value="2848"/> - <property name="dest_y" value="768"/> + <property name="dest_y" value="800"/> </properties> </object> <object name="To Outside" type="warp" x="1056" y="2624" width="32" height="32"> <properties> <property name="dest_map" value="005-1"/> <property name="dest_x" value="2272"/> - <property name="dest_y" value="2432"/> + <property name="dest_y" value="2464"/> </properties> </object> <object name="Snake" type="spawn" x="0" y="0"> |