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-1.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-1.tmx')
-rw-r--r-- | maps/025-1.tmx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/maps/025-1.tmx b/maps/025-1.tmx index dcf58427..7922f05d 100644 --- a/maps/025-1.tmx +++ b/maps/025-1.tmx @@ -513,7 +513,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 </data> </layer> - <layer name="Collision" width="150" height="120" visible="0"> + <layer name="Collision" width="150" height="120"> <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, @@ -641,22 +641,22 @@ <object name="To Swamp" type="warp" x="608" y="2112" width="32" height="32"> <properties> <property name="dest_map" value="026-1"/> - <property name="dest_x" value="4096"/> - <property name="dest_y" value="2112"/> + <property name="dest_tile_x" value="128"/> + <property name="dest_tile_y" value="66"/> </properties> </object> <object name="To Woodland" type="warp" x="2816" y="608" width="128" height="32"> <properties> <property name="dest_map" value="015-1"/> - <property name="dest_x" value="1888"/> - <property name="dest_y" value="3200"/> + <property name="dest_tile_x" value="59"/> + <property name="dest_tile_y" value="100"/> </properties> </object> <object name="To Woodland" type="warp" x="4160" y="1824" width="32" height="96"> <properties> <property name="dest_map" value="016-1"/> - <property name="dest_x" value="672"/> - <property name="dest_y" value="1696"/> + <property name="dest_tile_x" value="21"/> + <property name="dest_tile_y" value="53"/> </properties> </object> <object name="CloverPatch" type="spawn" x="2304" y="672" width="1824" height="2560"> |