diff options
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> |