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 /maps/005-1.tmx | |
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.
Diffstat (limited to 'maps/005-1.tmx')
-rw-r--r-- | maps/005-1.tmx | 10 |
1 files changed, 2 insertions, 8 deletions
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> |