summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWushin <pasekei@gmail.com>2015-01-24 13:21:13 -0600
committerWushin <pasekei@gmail.com>2015-01-24 13:21:13 -0600
commitd196586b8bb13d2868d71323b2b3574f6ad22b4a (patch)
treeb310149242860ca9e3397797ad78a98ba5c6ecd5
parent2e8b666605df4c5781c9f6eb98698fd2ff334dce (diff)
parentc3ccc45c325c2880e9afcabb141cbdcd6a09c13c (diff)
downloadclientdata-d196586b8bb13d2868d71323b2b3574f6ad22b4a.tar.gz
clientdata-d196586b8bb13d2868d71323b2b3574f6ad22b4a.tar.bz2
clientdata-d196586b8bb13d2868d71323b2b3574f6ad22b4a.tar.xz
clientdata-d196586b8bb13d2868d71323b2b3574f6ad22b4a.zip
Merge pull request #224 from mekolat/bandit-cave-warp
fix bandit cave warp
-rw-r--r--maps/011-6.tmx8
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>