diff options
-rw-r--r-- | maps/012-1.tmx | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/maps/012-1.tmx b/maps/012-1.tmx index afb3f243..9062c1b7 100644 --- a/maps/012-1.tmx +++ b/maps/012-1.tmx @@ -639,32 +639,32 @@ </data> </layer> <objectgroup name="Objects"> - <object id="5" name="To Woodland" type="warp" x="768" y="1920" width="32" height="128"> + <object id="5" name="To Woodland" type="fixme" x="768" y="1920" width="32" height="128"> <properties> <property name="dest_map" value="011-1"/> - <property name="dest_tile_x" value="123"/> - <property name="dest_tile_y" value="61"/> + <property name="dest_x" value="123"/> + <property name="dest_y" value="61"/> </properties> </object> - <object id="6" name="To Woodland Mining Camp" type="warp" x="2464" y="544" width="128" height="32"> + <object id="6" name="To Woodland Mining Camp" type="fixme" x="2464" y="544" width="128" height="32"> <properties> <property name="dest_map" value="018-1"/> - <property name="dest_tile_x" value="78"/> - <property name="dest_tile_y" value="97"/> + <property name="dest_x" value="78"/> + <property name="dest_y" value="97"/> </properties> </object> - <object id="7" name="To Woodland" type="warp" x="2464" y="3264" width="128" height="32"> + <object id="7" name="To Woodland" type="fixme" x="2464" y="3264" width="128" height="32"> <properties> <property name="dest_map" value="007-1"/> - <property name="dest_tile_x" value="68"/> - <property name="dest_tile_y" value="22"/> + <property name="dest_x" value="68"/> + <property name="dest_y" value="22"/> </properties> </object> - <object id="8" name="To Woodland" type="warp" x="4192" y="3232" width="96" height="32"> + <object id="8" name="To Woodland" type="fixme" x="4192" y="3232" width="96" height="32"> <properties> <property name="dest_map" value="007-1"/> - <property name="dest_tile_x" value="122"/> - <property name="dest_tile_y" value="23"/> + <property name="dest_x" value="122"/> + <property name="dest_y" value="23"/> </properties> </object> <object id="9" name="PinkFlower" type="spawn" x="0" y="0"> |