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-2-1.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-2-1.tmx')
-rw-r--r-- | maps/000-2-1.tmx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/maps/000-2-1.tmx b/maps/000-2-1.tmx index a3febe57..7d8fd788 100644 --- a/maps/000-2-1.tmx +++ b/maps/000-2-1.tmx @@ -8,26 +8,26 @@ <property name="music" value="bartk - in the forest of the birches.ogg"/> <property name="name" value="La Johanne, Second Deck"/> </properties> - <tileset firstgid="1" name="Ship Indoor" tilewidth="32" tileheight="32" tilecount="128"> + <tileset firstgid="1" name="Ship Indoor" tilewidth="32" tileheight="32" tilecount="128" columns="8"> <image source="../graphics/tilesets/ship-indoor.png" width="256" height="512"/> </tileset> - <tileset firstgid="129" name="Ship Fringe" tilewidth="32" tileheight="32" tilecount="256"> + <tileset firstgid="129" name="Ship Fringe" tilewidth="32" tileheight="32" tilecount="256" columns="16"> <image source="../graphics/tilesets/ship-indoor-fringe.png" width="512" height="512"/> </tileset> <tileset firstgid="385" source="../graphics/tilesets/candle.tsx"/> - <tileset firstgid="397" name="Box" tilewidth="32" tileheight="32" tilecount="36"> + <tileset firstgid="397" name="Box" tilewidth="32" tileheight="32" tilecount="36" columns="6"> <image source="../graphics/tilesets/box.png" width="192" height="192"/> </tileset> - <tileset firstgid="433" name="Collision" tilewidth="32" tileheight="32" tilecount="6"> + <tileset firstgid="433" name="Collision" tilewidth="32" tileheight="32" tilecount="6" columns="3"> <image source="../graphics/tilesets/collision.png" width="96" height="64"/> </tileset> - <tileset firstgid="439" name="Ship Indoor x2x4" tilewidth="64" tileheight="128" tilecount="1"> + <tileset firstgid="439" name="Ship Indoor x2x4" tilewidth="64" tileheight="128" tilecount="1" columns="1"> <image source="../graphics/tilesets/ship-indoor-x2x4.png" width="64" height="128"/> </tileset> - <tileset firstgid="440" name="Box x1x2" tilewidth="32" tileheight="64" tilecount="8"> + <tileset firstgid="440" name="Box x1x2" tilewidth="32" tileheight="64" tilecount="8" columns="4"> <image source="../graphics/tilesets/box-x1x2.png" width="128" height="128"/> </tileset> - <tileset firstgid="448" name="Sunlight x1x5" tilewidth="32" tileheight="160" tilecount="4"> + <tileset firstgid="448" name="Sunlight x1x5" tilewidth="32" tileheight="160" tilecount="4" columns="4"> <image source="../graphics/tilesets/ship-sunlight-x1x5.png" width="128" height="160"/> </tileset> <layer name="Ground" width="93" height="59" opacity="0.99"> |