diff options
author | wushin <pasekei@gmail.com> | 2015-01-07 20:11:37 -0600 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2015-01-07 20:11:37 -0600 |
commit | 4b8e194dcf70a8f89386cb623d8dac9e83ac1bcb (patch) | |
tree | 22f9d7a13f1631e2cf459220fd9dfd94e8f62165 | |
parent | e320a374062abd8bae3c02c13c94f2e2a423d89a (diff) | |
download | clientdata-4b8e194dcf70a8f89386cb623d8dac9e83ac1bcb.tar.gz clientdata-4b8e194dcf70a8f89386cb623d8dac9e83ac1bcb.tar.bz2 clientdata-4b8e194dcf70a8f89386cb623d8dac9e83ac1bcb.tar.xz clientdata-4b8e194dcf70a8f89386cb623d8dac9e83ac1bcb.zip |
modified maps/017-9.tmx
-rw-r--r-- | maps/017-9.tmx | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/maps/017-9.tmx b/maps/017-9.tmx index 1c8b0877..af180de9 100644 --- a/maps/017-9.tmx +++ b/maps/017-9.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" orientation="orthogonal" width="53" height="51" tilewidth="32" tileheight="32"> +<map version="1.0" orientation="orthogonal" renderorder="right-down" width="53" height="51" tilewidth="32" tileheight="32" nextobjectid="6"> <properties> <property name="name" value="Backstage"/> </properties> @@ -280,36 +280,36 @@ 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2 </data> </layer> - <objectgroup name="Objects" width="0" height="0"> - <object name="To Nivalis" type="warp" x="704" y="640" width="32" height="32"> + <objectgroup name="Objects"> + <object id="1" name="To Nivalis" type="warp" x="704" y="640" width="32" height="32"> <properties> <property name="dest_map" value="020-1"/> <property name="dest_tile_x" value="60"/> <property name="dest_tile_y" value="75"/> </properties> </object> - <object name="To Hurnscald" type="warp" x="832" y="672" width="32" height="32"> + <object id="2" name="To Hurnscald" type="warp" x="832" y="672" width="32" height="32"> <properties> <property name="dest_map" value="009-1"/> <property name="dest_tile_x" value="43"/> <property name="dest_tile_y" value="45"/> </properties> </object> - <object name="To Tumlishar" type="warp" x="960" y="640" width="32" height="32"> + <object id="3" name="To Tumlishar" type="warp" x="960" y="640" width="32" height="32"> <properties> <property name="dest_map" value="001-1"/> - <property name="dest_tile_x" value="33"/> - <property name="dest_tile_y" value="65"/> + <property name="dest_tile_x" value="55"/> + <property name="dest_tile_y" value="118"/> </properties> </object> - <object name="To second warpzone" type="warp" x="832" y="896" width="32" height="32"> + <object id="4" name="To second warpzone" type="warp" x="832" y="896" width="32" height="32"> <properties> <property name="dest_map" value="017-2"/> <property name="dest_tile_x" value="26"/> <property name="dest_tile_y" value="23"/> </properties> </object> - <object name="To Crypt" type="warp" x="992" y="896" width="32" height="32"> + <object id="5" name="To Crypt" type="warp" x="992" y="896" width="32" height="32"> <properties> <property name="dest_map" value="027-2"/> <property name="dest_tile_x" value="118"/> |