diff options
author | Ali-G <gauvain.dauchy@free.fr> | 2011-09-20 15:13:08 +0200 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-09-20 16:14:42 +0200 |
commit | c1102f468d22bd5e9dd5f04bdc26313be792469e (patch) | |
tree | cc3c2162313c068b8e3c08c7eb18121223df1f70 /maps/011-4.tmx | |
parent | 6eab30c0013f0c32097e7dbc8accd050d941718d (diff) | |
download | clientdata-c1102f468d22bd5e9dd5f04bdc26313be792469e.tar.gz clientdata-c1102f468d22bd5e9dd5f04bdc26313be792469e.tar.bz2 clientdata-c1102f468d22bd5e9dd5f04bdc26313be792469e.tar.xz clientdata-c1102f468d22bd5e9dd5f04bdc26313be792469e.zip |
Fixed a warp in 011-4 that wasn't 1*1 tile high and wide.
Diffstat (limited to 'maps/011-4.tmx')
-rw-r--r-- | maps/011-4.tmx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/011-4.tmx b/maps/011-4.tmx index 996f8c10..fab7a531 100644 --- a/maps/011-4.tmx +++ b/maps/011-4.tmx @@ -52,7 +52,7 @@ <property name="monster_id" value="19"/> </properties> </object> - <object name="To Hermit's Cave" type="warp" x="2336" y="256" width="30" height="31"> + <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"/> |