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/056-2.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/056-2.tmx')
-rw-r--r-- | maps/056-2.tmx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/maps/056-2.tmx b/maps/056-2.tmx index df6d4bf6..72e1b5c4 100644 --- a/maps/056-2.tmx +++ b/maps/056-2.tmx @@ -265,7 +265,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 </data> </layer> - <layer name="Collision" width="120" height="60" visible="0"> + <layer name="Collision" width="120" height="60"> <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, @@ -334,15 +334,15 @@ <object name="To First Floor" type="warp" x="2016" y="1088" width="32" height="32"> <properties> <property name="dest_map" value="056-2"/> - <property name="dest_x" value="736"/> - <property name="dest_y" value="1024"/> + <property name="dest_tile_x" value="23"/> + <property name="dest_tile_y" value="32"/> </properties> </object> <object name="To Woods" type="warp" x="1120" y="960" width="32" height="32"> <properties> <property name="dest_map" value="056-1"/> - <property name="dest_x" value="1760"/> - <property name="dest_y" value="1984"/> + <property name="dest_tile_x" value="55"/> + <property name="dest_tile_y" value="62"/> </properties> </object> </objectgroup> |