diff options
author | mekolat <mekolat@gmail.com> | 2015-01-15 14:18:22 -0500 |
---|---|---|
committer | mekolat <mekolat@gmail.com> | 2015-01-15 14:18:22 -0500 |
commit | c3ccc45c325c2880e9afcabb141cbdcd6a09c13c (patch) | |
tree | b310149242860ca9e3397797ad78a98ba5c6ecd5 | |
parent | 2e8b666605df4c5781c9f6eb98698fd2ff334dce (diff) | |
download | clientdata-c3ccc45c325c2880e9afcabb141cbdcd6a09c13c.tar.gz clientdata-c3ccc45c325c2880e9afcabb141cbdcd6a09c13c.tar.bz2 clientdata-c3ccc45c325c2880e9afcabb141cbdcd6a09c13c.tar.xz clientdata-c3ccc45c325c2880e9afcabb141cbdcd6a09c13c.zip |
fix bandit cave warp
-rw-r--r-- | maps/011-6.tmx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/maps/011-6.tmx b/maps/011-6.tmx index c1f822d1..d9b017fc 100644 --- a/maps/011-6.tmx +++ b/maps/011-6.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" orientation="orthogonal" renderorder="right-down" width="300" height="300" tilewidth="32" tileheight="32"> +<map version="1.0" orientation="orthogonal" width="300" height="300" tilewidth="32" tileheight="32"> <properties> <property name="music" value="cavesong.ogg"/> <property name="name" value="Bandit Cave"/> @@ -1537,7 +1537,7 @@ 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,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,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,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,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,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" visible="0"> + <objectgroup name="Objects" width="0" height="0"> <object name="To Small Bandit Cave" type="warp" x="1632" y="2400" width="32" height="32"> <properties> <property name="dest_map" value="011-6"/> @@ -1569,7 +1569,7 @@ <object name="To Bandit Cave" type="warp" x="4640" y="3776" width="32" height="32"> <properties> <property name="dest_map" value="011-6"/> - <property name="dest_tile_x" value="48"/> + <property name="dest_tile_x" value="47"/> <property name="dest_tile_y" value="119"/> </properties> </object> @@ -1604,7 +1604,7 @@ <object name="To Second Bandit Cave" type="warp" x="1504" y="3840" width="32" height="32"> <properties> <property name="dest_map" value="011-6"/> - <property name="dest_tile_x" value="146"/> + <property name="dest_tile_x" value="145"/> <property name="dest_tile_y" value="117"/> </properties> </object> |