diff options
Diffstat (limited to 'maps/019-4.tmx')
-rw-r--r-- | maps/019-4.tmx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/maps/019-4.tmx b/maps/019-4.tmx index c224f657..a65aae9a 100644 --- a/maps/019-4.tmx +++ b/maps/019-4.tmx @@ -622,7 +622,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 </data> </layer> - <layer name="Collision" width="100" height="150" visible="0"> + <layer name="Collision" width="100" height="150"> <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, @@ -781,8 +781,8 @@ <object name="To Snow Cave" type="warp" x="2240" y="768" width="32" height="32"> <properties> <property name="dest_map" value="019-3"/> - <property name="dest_x" value="1824"/> - <property name="dest_y" value="1408"/> + <property name="dest_tile_x" value="57"/> + <property name="dest_tile_y" value="44"/> </properties> </object> <object name="Moggun" type="spawn" x="0" y="0"> @@ -820,8 +820,8 @@ <object name="To Snow Hills" type="warp" x="768" y="3968" width="64" height="32"> <properties> <property name="dest_map" value="044-1"/> - <property name="dest_x" value="4928"/> - <property name="dest_y" value="2976"/> + <property name="dest_tile_x" value="154"/> + <property name="dest_tile_y" value="93"/> </properties> </object> </objectgroup> |