diff options
author | Alige <gauvain.dauchy@free.fr> | 2016-06-14 11:59:03 +0200 |
---|---|---|
committer | Alige <gauvain.dauchy@free.fr> | 2016-06-14 11:59:03 +0200 |
commit | 891bdd3922a9db19f93af5f3e82482bfc5144c95 (patch) | |
tree | 99d7c4416beb23c3619a13ec3431e75dfd6ce134 /maps/000-0.tmx | |
parent | 77f805b3f146b3faa16951e285f380e8e338ddc5 (diff) | |
download | clientdata-891bdd3922a9db19f93af5f3e82482bfc5144c95.tar.gz clientdata-891bdd3922a9db19f93af5f3e82482bfc5144c95.tar.bz2 clientdata-891bdd3922a9db19f93af5f3e82482bfc5144c95.tar.xz clientdata-891bdd3922a9db19f93af5f3e82482bfc5144c95.zip |
Updated remaining maps with the new "columns" feature of the latest Tiled v.
Diffstat (limited to 'maps/000-0.tmx')
-rw-r--r-- | maps/000-0.tmx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/maps/000-0.tmx b/maps/000-0.tmx index 808fdf6a..9d4dd07a 100644 --- a/maps/000-0.tmx +++ b/maps/000-0.tmx @@ -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" tilecount="220"> + <tileset firstgid="241" name="Ship Base" tilewidth="32" tileheight="32" tilecount="220" columns="22"> <image source="../graphics/tilesets/ship-base.png" width="704" height="320"/> </tileset> - <tileset firstgid="461" name="Ship Mast" tilewidth="32" tileheight="32" tilecount="256"> + <tileset firstgid="461" name="Ship Mast" tilewidth="32" tileheight="32" tilecount="256" columns="16"> <image source="../graphics/tilesets/ship-mast.png" width="512" height="512"/> </tileset> - <tileset firstgid="717" name="Collision" tilewidth="32" tileheight="32" tilecount="6"> + <tileset firstgid="717" name="Collision" tilewidth="32" tileheight="32" tilecount="6" columns="3"> <image source="../graphics/tilesets/collision.png" width="96" height="64"/> </tileset> - <tileset firstgid="723" name="Ground" tilewidth="32" tileheight="32" tilecount="256"> + <tileset firstgid="723" name="Ground" tilewidth="32" tileheight="32" tilecount="256" columns="16"> <image source="../graphics/tilesets/ground.png" width="512" height="512"/> </tileset> - <tileset firstgid="979" name="Box" tilewidth="32" tileheight="32" tilecount="36"> + <tileset firstgid="979" name="Box" tilewidth="32" tileheight="32" tilecount="36" columns="6"> <image source="../graphics/tilesets/box.png" width="192" height="192"/> </tileset> - <tileset firstgid="1015" name="Box x1x2" tilewidth="32" tileheight="64" tilecount="8"> + <tileset firstgid="1015" name="Box x1x2" tilewidth="32" tileheight="64" tilecount="8" columns="4"> <image source="../graphics/tilesets/box-x1x2.png" width="128" height="128"/> </tileset> <layer name="Ground" width="47" height="47"> |