diff options
author | wushin <pasekei@gmail.com> | 2016-09-26 11:57:39 -0500 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2016-10-12 11:15:21 -0500 |
commit | 59d87c3b93a0363bb003fd1f3c2f8031e186869f (patch) | |
tree | 2c7722f6585246aba703f1b311db3e9f8bf82243 /maps/000-2-0.tmx | |
parent | 5a2dc62fa7f8e50575143ef1def8b9587ce6fc66 (diff) | |
download | clientdata-59d87c3b93a0363bb003fd1f3c2f8031e186869f.tar.gz clientdata-59d87c3b93a0363bb003fd1f3c2f8031e186869f.tar.bz2 clientdata-59d87c3b93a0363bb003fd1f3c2f8031e186869f.tar.xz clientdata-59d87c3b93a0363bb003fd1f3c2f8031e186869f.zip |
Converted warps into maps
Converted mobs into maps
Diffstat (limited to 'maps/000-2-0.tmx')
-rw-r--r-- | maps/000-2-0.tmx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/maps/000-2-0.tmx b/maps/000-2-0.tmx index 81282fe7..26db02fa 100644 --- a/maps/000-2-0.tmx +++ b/maps/000-2-0.tmx @@ -315,18 +315,18 @@ </data> </layer> <objectgroup name="Object"> - <object id="1" name="ToOutside" type="warp" x="608" y="896" width="32" height="32"> + <object id="1" name="ToOutside" type="script_warp" x="608" y="896" width="32" height="32"> <properties> <property name="dest_map" value="000-1"/> - <property name="dest_x" value="4512"/> - <property name="dest_y" value="2208"/> + <property name="dest_x" value="72"/> + <property name="dest_y" value="29"/> </properties> </object> - <object id="2" name="To Nard's Room" type="warp" x="1056" y="896" width="32" height="32"> + <object id="2" name="To Nard's Room" type="script_warp" x="1056" y="896" width="32" height="32"> <properties> <property name="dest_map" value="000-2-3"/> - <property name="dest_x" value="640"/> - <property name="dest_y" value="864"/> + <property name="dest_x" value="20"/> + <property name="dest_y" value="27"/> </properties> </object> <object id="3" name="To Second Deck" type="warp" x="992" y="800" width="32" height="32"> |