diff options
author | Alige <gauvain.dauchy@free.fr> | 2016-06-14 09:36:33 +0200 |
---|---|---|
committer | Alige <gauvain.dauchy@free.fr> | 2016-06-14 09:36:33 +0200 |
commit | 72ea9dc55be8785fc668538964b82e6fcdf65655 (patch) | |
tree | 7690b16554256ca49ca54387ac0218c98d009b12 /maps/000-0-1.tmx | |
parent | 15b75334d3f2de348beb131246d121d851531dcd (diff) | |
download | clientdata-72ea9dc55be8785fc668538964b82e6fcdf65655.tar.gz clientdata-72ea9dc55be8785fc668538964b82e6fcdf65655.tar.bz2 clientdata-72ea9dc55be8785fc668538964b82e6fcdf65655.tar.xz clientdata-72ea9dc55be8785fc668538964b82e6fcdf65655.zip |
All maps must have layers visible (when saving, thus when opening.)
(Doesn't actually change something, but easier to check maps if it's done.)
Diffstat (limited to 'maps/000-0-1.tmx')
-rw-r--r-- | maps/000-0-1.tmx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/maps/000-0-1.tmx b/maps/000-0-1.tmx index c10db460..c6295d93 100644 --- a/maps/000-0-1.tmx +++ b/maps/000-0-1.tmx @@ -8,19 +8,19 @@ <property name="music" value="bartk - in the forest of the birches.ogg"/> <property name="name" value="La Johanne, First Deck (Sailor'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="Shadow" tilewidth="32" tileheight="32" tilecount="64"> + <tileset firstgid="385" name="Shadow" tilewidth="32" tileheight="32" tilecount="64" columns="8"> <image source="../graphics/tilesets/shadow.png" width="256" height="256"/> </tileset> - <tileset firstgid="449" name="Box" tilewidth="32" tileheight="32" tilecount="36"> + <tileset firstgid="449" name="Box" tilewidth="32" tileheight="32" tilecount="36" columns="6"> <image source="../graphics/tilesets/box.png" width="192" height="192"/> </tileset> - <tileset firstgid="485" name="Collision" tilewidth="32" tileheight="32" tilecount="6"> + <tileset firstgid="485" name="Collision" tilewidth="32" tileheight="32" tilecount="6" columns="3"> <image source="../graphics/tilesets/collision.png" width="96" height="64"/> </tileset> <layer name="Ground" width="55" height="55"> @@ -43,7 +43,7 @@ H4sIAAAAAAAAA+3PoRJAQBRA0fXpaxSGJDEUftQLgm7DCyecfm/tSqkAAAAAAJDEFPowhDlBT0tjWF9Lgp6Wts/bmaCnpT1c4Q5Hgh4AAAAAAP55AOglASFELwAA </data> </layer> - <layer name="Collision" width="55" height="55" visible="0"> + <layer name="Collision" width="55" height="55"> <data encoding="base64" compression="gzip"> H4sIAAAAAAAAA+3OsQkAAAjAMP3/T+8QH3ASXFLI3sqIAgAAAAAAODB9PwAAAAAAwKYBAf84MkQvAAA= </data> |