diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-15 19:46:10 -0200 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-15 19:46:10 -0200 |
commit | 26e18a95fb3a16c84eb61e102c2a53f4a855055c (patch) | |
tree | f25799102b009347c8d04549c638bc4779800f74 | |
parent | a38ec7cfdf4c8e83df7057012f0659e9f9ca2099 (diff) | |
download | clientdata-26e18a95fb3a16c84eb61e102c2a53f4a855055c.tar.gz clientdata-26e18a95fb3a16c84eb61e102c2a53f4a855055c.tar.bz2 clientdata-26e18a95fb3a16c84eb61e102c2a53f4a855055c.tar.xz clientdata-26e18a95fb3a16c84eb61e102c2a53f4a855055c.zip |
Fix invalid warps at maps/003-1 and maps/005-1. But, afraid my tiled is too new.
-rw-r--r-- | maps/003-1.tmx | 10 | ||||
-rw-r--r-- | maps/005-1.tmx | 10 |
2 files changed, 4 insertions, 16 deletions
diff --git a/maps/003-1.tmx b/maps/003-1.tmx index 66f4ba27..1665142d 100644 --- a/maps/003-1.tmx +++ b/maps/003-1.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" tiledversion="1.1.1" orientation="orthogonal" renderorder="right-down" width="140" height="180" tilewidth="32" tileheight="32" infinite="0" nextobjectid="66"> +<map version="1.0" tiledversion="2018.02.14" orientation="orthogonal" renderorder="right-down" width="140" height="180" tilewidth="32" tileheight="32" infinite="0" nextobjectid="67"> <properties> <property name="license" value="CC BY-SA 3.0"/> <property name="manaplus version" value="2"/> @@ -1821,13 +1821,6 @@ <property name="dest_y" value="43"/> </properties> </object> - <object id="59" name="To Boat" type="warp" x="2624" y="2176" width="32" height="32"> - <properties> - <property name="dest_map" value="002-3"/> - <property name="dest_x" value="35"/> - <property name="dest_y" value="40"/> - </properties> - </object> <object id="60" name="Maggot" type="spawn" x="1632" y="1857" width="2144" height="3136"> <properties> <property name="death" value="450000"/> @@ -1872,5 +1865,6 @@ <property name="dest_y" value="35"/> </properties> </object> + <object id="66" name="graphics/particles/warp.xml" type="particle_effect" x="2624" y="2178" width="32" height="32"/> </objectgroup> </map> diff --git a/maps/005-1.tmx b/maps/005-1.tmx index 9eb5c8bb..1d67d117 100644 --- a/maps/005-1.tmx +++ b/maps/005-1.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" tiledversion="1.1.1" orientation="orthogonal" renderorder="right-down" width="120" height="120" tilewidth="32" tileheight="32" infinite="0" nextobjectid="88"> +<map version="1.0" tiledversion="2018.02.14" orientation="orthogonal" renderorder="right-down" width="120" height="120" tilewidth="32" tileheight="32" infinite="0" nextobjectid="89"> <properties> <property name="license" value="CC BY-SA 3.0"/> <property name="manaplus version" value="2"/> @@ -1307,13 +1307,6 @@ </data> </layer> <objectgroup name="Object"> - <object id="1" name="To La Johanne" type="warp" x="1377" y="3425" width="32" height="32"> - <properties> - <property name="dest_map" value="002-2"/> - <property name="dest_x" value="21"/> - <property name="dest_y" value="28"/> - </properties> - </object> <object id="29" name="graphics/particles/panels.xml" type="particle_effect" x="2848" y="928" width="32" height="32"/> <object id="30" name="graphics/particles/panels.xml" type="particle_effect" x="2080" y="2272" width="32" height="32"/> <object id="50" name="to Saxso House" type="warp" x="992" y="2528" width="32" height="32"> @@ -1422,5 +1415,6 @@ <property name="spawn" value="35000"/> </properties> </object> + <object id="88" name="graphics/particles/warp.xml" type="particle_effect" x="1376" y="3424" width="32" height="32"/> </objectgroup> </map> |