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/003-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/003-1.tmx')
-rw-r--r-- | maps/003-1.tmx | 10 |
1 files changed, 2 insertions, 8 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> |