diff options
author | Joseph Botosh <rumly111@gmail.com> | 2015-09-07 03:31:45 +0300 |
---|---|---|
committer | Joseph Botosh <rumly111@gmail.com> | 2015-09-07 03:31:54 +0300 |
commit | 22223819cd28b84d5e472522798e6603da4708bf (patch) | |
tree | e2babd6668fb7ba376378dc4c0cf70d3f0446d55 /maps/001-2-7.tmx | |
parent | 78a9ea3f2e2384faae85e91f85e5d83ac1b57c6e (diff) | |
download | clientdata-22223819cd28b84d5e472522798e6603da4708bf.tar.gz clientdata-22223819cd28b84d5e472522798e6603da4708bf.tar.bz2 clientdata-22223819cd28b84d5e472522798e6603da4708bf.tar.xz clientdata-22223819cd28b84d5e472522798e6603da4708bf.zip |
fix some warps in Artis maps
Diffstat (limited to 'maps/001-2-7.tmx')
-rw-r--r-- | maps/001-2-7.tmx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/001-2-7.tmx b/maps/001-2-7.tmx index 58f9bddb..6ccf8e7a 100644 --- a/maps/001-2-7.tmx +++ b/maps/001-2-7.tmx @@ -74,14 +74,14 @@ <property name="dest_y" value="1"/> </properties> </object> - <object id="2" name="To Main Hall" type="warp" x="1472" y="992" width="32" height="32"> + <object id="2" name="To Right Room" type="warp" x="1472" y="992" width="32" height="32"> <properties> <property name="dest_map" value="001-1"/> <property name="dest_x" value="1"/> <property name="dest_y" value="1"/> </properties> </object> - <object id="3" name="To Main Hall" type="warp" x="832" y="992" width="32" height="32"> + <object id="3" name="To Left Room" type="warp" x="832" y="992" width="32" height="32"> <properties> <property name="dest_map" value="001-1"/> <property name="dest_x" value="1"/> |