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/001-2-22.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/001-2-22.tmx')
-rw-r--r-- | maps/001-2-22.tmx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/maps/001-2-22.tmx b/maps/001-2-22.tmx index af3e5b1f..072259e2 100644 --- a/maps/001-2-22.tmx +++ b/maps/001-2-22.tmx @@ -352,15 +352,15 @@ <object id="1" name="To Ship's Hold" type="warp" x="2304" y="1088" width="32" height="32"> <properties> <property name="dest_map" value="001-2-23"/> - <property name="dest_x" value="1536"/> - <property name="dest_y" value="896"/> + <property name="dest_x" value="48"/> + <property name="dest_y" value="28"/> </properties> </object> <object id="2" name="To First Deck" type="warp" x="2304" y="960" width="32" height="32"> <properties> <property name="dest_map" value="001-2-21"/> - <property name="dest_x" value="960"/> - <property name="dest_y" value="832"/> + <property name="dest_x" value="30"/> + <property name="dest_y" value="26"/> </properties> </object> <object id="3" name="Piou" type="spawn" x="992" y="736" width="1376" height="640"> |