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/028-1.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/028-1.tmx')
-rw-r--r-- | maps/028-1.tmx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/maps/028-1.tmx b/maps/028-1.tmx index c78717bd..0a2fead5 100644 --- a/maps/028-1.tmx +++ b/maps/028-1.tmx @@ -826,7 +826,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 </data> </layer> - <layer name="Collision" width="159" height="158" visible="0"> + <layer name="Collision" width="159" height="158"> <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, @@ -1088,8 +1088,8 @@ <object name="To Easter Island Cave" type="warp" x="3840" y="4000" width="32" height="32"> <properties> <property name="dest_map" value="028-3"/> - <property name="dest_x" value="1056"/> - <property name="dest_y" value="2464"/> + <property name="dest_tile_x" value="33"/> + <property name="dest_tile_y" value="77"/> </properties> </object> </objectgroup> |