diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-01 14:14:53 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-01 14:14:53 -0300 |
commit | 2cf85b48aa1da9f8a8c77afa521fff70d50aa0aa (patch) | |
tree | 8097944b508b49328f9b2368a1d55ec0fc2f5922 /maps | |
parent | 4c37f2bcc7ae5dcca68e7093c04ea9bab4e81af1 (diff) | |
download | clientdata-2cf85b48aa1da9f8a8c77afa521fff70d50aa0aa.tar.gz clientdata-2cf85b48aa1da9f8a8c77afa521fff70d50aa0aa.tar.bz2 clientdata-2cf85b48aa1da9f8a8c77afa521fff70d50aa0aa.tar.xz clientdata-2cf85b48aa1da9f8a8c77afa521fff70d50aa0aa.zip |
Disable warps to prevent bugs
Diffstat (limited to 'maps')
-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"> |