diff options
author | Reid <reidyaro@gmail.com> | 2015-12-24 05:09:29 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-12-24 05:09:29 +0100 |
commit | 9a7e4f691e643301a262ef1435afd46d5b3f0122 (patch) | |
tree | 89c250d34f7ed4bcde307c0d6f7b58512801cfee /maps | |
parent | bacde205d888aa7e7ae0863fc41e18d8f2d0ba19 (diff) | |
download | clientdata-9a7e4f691e643301a262ef1435afd46d5b3f0122.tar.gz clientdata-9a7e4f691e643301a262ef1435afd46d5b3f0122.tar.bz2 clientdata-9a7e4f691e643301a262ef1435afd46d5b3f0122.tar.xz clientdata-9a7e4f691e643301a262ef1435afd46d5b3f0122.zip |
Remove useless Object layer on 000-0.
Diffstat (limited to 'maps')
-rw-r--r-- | maps/000-0.tmx | 24 |
1 files changed, 7 insertions, 17 deletions
diff --git a/maps/000-0.tmx b/maps/000-0.tmx index 2030124f..808fdf6a 100644 --- a/maps/000-0.tmx +++ b/maps/000-0.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" orientation="orthogonal" renderorder="right-down" width="47" height="47" tilewidth="32" tileheight="32"> +<map version="1.0" orientation="orthogonal" renderorder="right-down" width="47" height="47" tilewidth="32" tileheight="32" nextobjectid="3"> <properties> <property name="license" value="CC BY-SA 3.0"/> <property name="manaplus version" value="1"/> @@ -16,22 +16,22 @@ <property name="overlay1scrollY" value="0.35"/> </properties> <tileset firstgid="1" source="../graphics/tilesets/water-raging.tsx"/> - <tileset firstgid="241" name="Ship Base" tilewidth="32" tileheight="32"> + <tileset firstgid="241" name="Ship Base" tilewidth="32" tileheight="32" tilecount="220"> <image source="../graphics/tilesets/ship-base.png" width="704" height="320"/> </tileset> - <tileset firstgid="461" name="Ship Mast" tilewidth="32" tileheight="32"> + <tileset firstgid="461" name="Ship Mast" tilewidth="32" tileheight="32" tilecount="256"> <image source="../graphics/tilesets/ship-mast.png" width="512" height="512"/> </tileset> - <tileset firstgid="717" name="Collision" tilewidth="32" tileheight="32"> + <tileset firstgid="717" name="Collision" tilewidth="32" tileheight="32" tilecount="6"> <image source="../graphics/tilesets/collision.png" width="96" height="64"/> </tileset> - <tileset firstgid="723" name="Ground" tilewidth="32" tileheight="32"> + <tileset firstgid="723" name="Ground" tilewidth="32" tileheight="32" tilecount="256"> <image source="../graphics/tilesets/ground.png" width="512" height="512"/> </tileset> - <tileset firstgid="979" name="Box" tilewidth="32" tileheight="32"> + <tileset firstgid="979" name="Box" tilewidth="32" tileheight="32" tilecount="36"> <image source="../graphics/tilesets/box.png" width="192" height="192"/> </tileset> - <tileset firstgid="1015" name="Box x1x2" tilewidth="32" tileheight="64"> + <tileset firstgid="1015" name="Box x1x2" tilewidth="32" tileheight="64" tilecount="8"> <image source="../graphics/tilesets/box-x1x2.png" width="128" height="128"/> </tileset> <layer name="Ground" width="47" height="47"> @@ -59,14 +59,4 @@ H4sIAAAAAAAAA+3OQQkAAAgAMbF/NjOJKQTdwf5XGVEAAAAAnDNtPwAAAAB/NGNsPMWEIgAA </data> </layer> - <objectgroup name="Object"> - <object name="ToInterior" type="warp" x="4640" y="2304" width="26" height="60"> - <properties> - <property name="dest_map" value="001-2-0"/> - <property name="dest_x" value="640"/> - <property name="dest_y" value="864"/> - </properties> - </object> - <object x="4024" y="3516"/> - </objectgroup> </map> |