diff options
author | tux9th <mr.x@aon.at> | 2013-08-17 02:38:48 -0700 |
---|---|---|
committer | tux9th <mr.x@aon.at> | 2013-08-17 02:38:48 -0700 |
commit | 38ab30bad01dbadf16609483ea150074232c9f27 (patch) | |
tree | 8fcf76669c4e59e76d99cf958dc64fd09c4e7c05 /maps/025-4.tmx | |
parent | e4d866eb886bc8e80732ae62f736435e5b145370 (diff) | |
parent | ade1d0374ff5ef10ee619cfa00aeef8118876a04 (diff) | |
download | clientdata-38ab30bad01dbadf16609483ea150074232c9f27.tar.gz clientdata-38ab30bad01dbadf16609483ea150074232c9f27.tar.bz2 clientdata-38ab30bad01dbadf16609483ea150074232c9f27.tar.xz clientdata-38ab30bad01dbadf16609483ea150074232c9f27.zip |
Merge pull request #20 from wushin/warps-pixels-to-tiles
All warps moved from old to new style
Diffstat (limited to 'maps/025-4.tmx')
-rw-r--r-- | maps/025-4.tmx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/maps/025-4.tmx b/maps/025-4.tmx index fd06d4fb..cd8bc503 100644 --- a/maps/025-4.tmx +++ b/maps/025-4.tmx @@ -985,7 +985,7 @@ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 </data> </layer> - <layer name="Collision" width="200" height="240" visible="0"> + <layer name="Collision" width="200" height="240"> <data encoding="csv"> 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2, 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2, @@ -1247,8 +1247,8 @@ <object name="To Rossy Main Hall" type="warp" x="896" y="1184" width="32" height="32"> <properties> <property name="dest_map" value="025-3"/> - <property name="dest_x" value="3360"/> - <property name="dest_y" value="2784"/> + <property name="dest_tile_x" value="105"/> + <property name="dest_tile_y" value="87"/> </properties> </object> <object name="CaveMaggot" type="spawn" x="608" y="768" width="672" height="480"> |