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-9.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-9.tmx')
-rw-r--r-- | maps/001-2-9.tmx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/maps/001-2-9.tmx b/maps/001-2-9.tmx index dc375717..a2b7a962 100644 --- a/maps/001-2-9.tmx +++ b/maps/001-2-9.tmx @@ -417,9 +417,9 @@ <objectgroup name="Object" opacity="0.88"> <object id="1" name="To Main Hall" type="warp" x="768" y="1312" width="32" height="32"> <properties> - <property name="dest_map" value="001-1"/> - <property name="dest_x" value="1"/> - <property name="dest_y" value="1"/> + <property name="dest_map" value="001-2-7"/> + <property name="dest_x" value="45"/> + <property name="dest_y" value="31"/> </properties> </object> </objectgroup> |