diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-15 21:21:50 -0200 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-15 21:21:50 -0200 |
commit | eec89d41d1354d2869bff754c5e23b1ea27b45fb (patch) | |
tree | 868acaf31b88b5ec44a8913d3b03da7cd64ee109 /maps/003-5.tmx | |
parent | 6adf4a1ae781a22c768732bbcd140e56d0383da9 (diff) | |
download | clientdata-eec89d41d1354d2869bff754c5e23b1ea27b45fb.tar.gz clientdata-eec89d41d1354d2869bff754c5e23b1ea27b45fb.tar.bz2 clientdata-eec89d41d1354d2869bff754c5e23b1ea27b45fb.tar.xz clientdata-eec89d41d1354d2869bff754c5e23b1ea27b45fb.zip |
Sanitize Tulim exit warps, remove warp replaced with NPC.client-180215
Diffstat (limited to 'maps/003-5.tmx')
-rw-r--r-- | maps/003-5.tmx | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/maps/003-5.tmx b/maps/003-5.tmx index bab494c6..33cc2a77 100644 --- a/maps/003-5.tmx +++ b/maps/003-5.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="70" height="68" tilewidth="32" tileheight="32" infinite="0" nextobjectid="34"> +<map version="1.0" tiledversion="2018.02.14" orientation="orthogonal" renderorder="right-down" width="70" height="68" tilewidth="32" tileheight="32" infinite="0" nextobjectid="35"> <properties> <property name="license" value="CC BY-SA 3.0"/> <property name="manaplus version" value="2"/> @@ -531,12 +531,6 @@ </data> </layer> <objectgroup name="Objects"> - <object id="31" name="To Outside" type="warp" x="1216" y="1312" width="32" height="32"> - <properties> - <property name="dest_map" value="003-1"/> - <property name="dest_x" value="96"/> - <property name="dest_y" value="145"/> - </properties> - </object> + <object id="34" name="graphics/particles/warp.xml" type="particle_effect" x="1216" y="1312" width="32" height="32"/> </objectgroup> </map> |