diff options
author | wushin <pasekei@gmail.com> | 2013-07-28 16:19:24 -0500 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2013-07-28 16:19:24 -0500 |
commit | ade1d0374ff5ef10ee619cfa00aeef8118876a04 (patch) | |
tree | 1ff4e8d02faf583f20d91c3e80cc1cb03d68ff29 /maps/056-2.tmx | |
parent | d54d6bdf2b94701387c9edb3066868dc75b42367 (diff) | |
download | clientdata-ade1d0374ff5ef10ee619cfa00aeef8118876a04.tar.gz clientdata-ade1d0374ff5ef10ee619cfa00aeef8118876a04.tar.bz2 clientdata-ade1d0374ff5ef10ee619cfa00aeef8118876a04.tar.xz clientdata-ade1d0374ff5ef10ee619cfa00aeef8118876a04.zip |
All warps moved from old to new style
Old style dest_x = <xtile_in_pixels>
New style dest_tile_x = <xtile>
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> |