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/005-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/005-4.tmx')
-rw-r--r-- | maps/005-4.tmx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/maps/005-4.tmx b/maps/005-4.tmx index 631ad96e..dc2df8b5 100644 --- a/maps/005-4.tmx +++ b/maps/005-4.tmx @@ -168,7 +168,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 </data> </layer> - <layer name="Collision" width="75" height="50" visible="0"> + <layer name="Collision" width="75" height="50"> <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, @@ -234,8 +234,8 @@ <object name="To Snake Pit" type="warp" x="1152" y="1152" width="64" height="32"> <properties> <property name="dest_map" value="005-3"/> - <property name="dest_x" value="2720"/> - <property name="dest_y" value="1600"/> + <property name="dest_tile_x" value="85"/> + <property name="dest_tile_y" value="50"/> </properties> </object> </objectgroup> |