diff options
author | christopherchay <chay.c2.christopher@gmail.com> | 2019-02-09 16:36:33 -0500 |
---|---|---|
committer | christopherchay <chay.c2.christopher@gmail.com> | 2019-02-09 16:36:33 -0500 |
commit | 71e32ab701d30b5bc68e28c368f46da55e6c0eec (patch) | |
tree | 30e199cfdb44346794917f1ec4033dd3497cfb6e /maps | |
parent | 758bf6e6037b145d52656e1f4cce2559db59ba0e (diff) | |
download | clientdata-71e32ab701d30b5bc68e28c368f46da55e6c0eec.tar.gz clientdata-71e32ab701d30b5bc68e28c368f46da55e6c0eec.tar.bz2 clientdata-71e32ab701d30b5bc68e28c368f46da55e6c0eec.tar.xz clientdata-71e32ab701d30b5bc68e28c368f46da55e6c0eec.zip |
Xanthem: Fixed incorrect gate warp locations
Diffstat (limited to 'maps')
-rw-r--r-- | maps/010-1-1.tmx | 2 | ||||
-rw-r--r-- | maps/010-1.tmx | 4 | ||||
-rw-r--r-- | maps/010-2.tmx | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/maps/010-1-1.tmx b/maps/010-1-1.tmx index 96a737d8..f605c2eb 100644 --- a/maps/010-1-1.tmx +++ b/maps/010-1-1.tmx @@ -1145,7 +1145,7 @@ <object id="45" name="To Outside" type="warp" x="1088" y="960" width="32" height="32"> <properties> <property name="dest_map" value="010-1"/> - <property name="dest_x" value="44"/> + <property name="dest_x" value="45"/> <property name="dest_y" value="73"/> </properties> </object> diff --git a/maps/010-1.tmx b/maps/010-1.tmx index ed28843c..9faa3faf 100644 --- a/maps/010-1.tmx +++ b/maps/010-1.tmx @@ -1554,7 +1554,7 @@ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 </data> </layer> - <objectgroup name="Objects" visible="0"> + <objectgroup name="Objects"> <object id="169" name="Margin" type="fixme" x="0" y="0" width="640" height="640"/> <object id="170" name="Margin" type="fixme" x="2688" y="0" width="640" height="640"/> <object id="171" name="Margin" type="fixme" x="4096" y="3360" width="640" height="640"/> @@ -1562,7 +1562,7 @@ <object id="174" name="Margin" type="fixme" x="4160" y="576" width="640" height="640"/> <object id="175" name="Margin" type="fixme" x="352" y="2048" width="640" height="640"/> </objectgroup> - <objectgroup color="#204a87" name="Spawn" visible="0"> + <objectgroup color="#204a87" name="Spawn"> <object id="145" name="Desert Maggot" type="Spawn" x="3072" y="2720" width="640" height="320"> <properties> <property name="death" value="150000"/> diff --git a/maps/010-2.tmx b/maps/010-2.tmx index 9f055013..9648d5e5 100644 --- a/maps/010-2.tmx +++ b/maps/010-2.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" tiledversion="1.0.3" orientation="orthogonal" renderorder="right-down" width="284" height="150" tilewidth="32" tileheight="32" nextobjectid="161"> +<map version="1.0" orientation="orthogonal" renderorder="right-down" width="284" height="150" tilewidth="32" tileheight="32" nextobjectid="161"> <properties> <property name="authors" value="Saulc"/> <property name="license" value="GPL 3.0"/> |