diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-17 23:49:18 -0300 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-17 23:49:18 -0300 |
commit | 022ee9801e4bb35005a921242ccbae4f30c8a873 (patch) | |
tree | c49fb1f1ae215031785e648aa33b097d54732975 /maps | |
parent | cd412b8ab12904ab31b68b539b1a5183be53190a (diff) | |
download | clientdata-022ee9801e4bb35005a921242ccbae4f30c8a873.tar.gz clientdata-022ee9801e4bb35005a921242ccbae4f30c8a873.tar.bz2 clientdata-022ee9801e4bb35005a921242ccbae4f30c8a873.tar.xz clientdata-022ee9801e4bb35005a921242ccbae4f30c8a873.zip |
Fix invalid warp
Diffstat (limited to 'maps')
-rw-r--r-- | maps/000-1.tmx | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/maps/000-1.tmx b/maps/000-1.tmx index 9d8c9ce5..0ace59e9 100644 --- a/maps/000-1.tmx +++ b/maps/000-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="160" tilewidth="32" tileheight="32" infinite="0" nextobjectid="44"> +<map version="1.0" tiledversion="2018.02.14" orientation="orthogonal" renderorder="right-down" width="120" height="160" tilewidth="32" tileheight="32" infinite="0" nextobjectid="44"> <properties> <property name="license" value="CC BY-SA 3.0"/> <property name="manaplus version" value="2"/> @@ -1193,13 +1193,6 @@ </data> </layer> <objectgroup name="Object"> - <object id="1" name="To La Johanne" type="warp" x="3008" y="3200" width="32" height="32"> - <properties> - <property name="dest_map" value="000-2-0"/> - <property name="dest_x" value="21"/> - <property name="dest_y" value="28"/> - </properties> - </object> <object id="3" name="Tortuga" type="spawn" x="704" y="1280" width="416" height="640"> <properties> <property name="death" value="120000"/> |