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-3.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-3.tmx')
-rw-r--r-- | maps/000-2-3.tmx | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/maps/000-2-3.tmx b/maps/000-2-3.tmx index 48f28b2d..0fda61d3 100644 --- a/maps/000-2-3.tmx +++ b/maps/000-2-3.tmx @@ -7,28 +7,28 @@ <property name="music" value="bartk - in the forest of the birches.ogg"/> <property name="name" value="La Johanne, Nard's Room"/> </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" name="Box" tilewidth="32" tileheight="32" tilecount="36"> + <tileset firstgid="385" name="Box" tilewidth="32" tileheight="32" tilecount="36" columns="6"> <image source="../graphics/tilesets/box.png" width="192" height="192"/> </tileset> - <tileset firstgid="421" name="Carpet" tilewidth="32" tileheight="32" tilecount="9"> + <tileset firstgid="421" name="Carpet" tilewidth="32" tileheight="32" tilecount="9" columns="3"> <image source="../graphics/tilesets/carpet.png" width="96" height="96"/> </tileset> - <tileset firstgid="430" name="Collision" tilewidth="32" tileheight="32" tilecount="6"> + <tileset firstgid="430" name="Collision" tilewidth="32" tileheight="32" tilecount="6" columns="3"> <image source="../graphics/tilesets/collision.png" width="96" height="64"/> </tileset> - <tileset firstgid="436" name="Box x1x2" tilewidth="32" tileheight="64" tilecount="8"> + <tileset firstgid="436" 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="444" name="Shadow" tilewidth="32" tileheight="32" tilecount="64"> + <tileset firstgid="444" name="Shadow" tilewidth="32" tileheight="32" tilecount="64" columns="8"> <image source="../graphics/tilesets/shadow.png" width="256" height="256"/> </tileset> - <tileset firstgid="508" name="Sunlight x1x5" tilewidth="32" tileheight="160" tilecount="4"> + <tileset firstgid="508" 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="52" height="53"> |