diff options
author | Alige <gauvain.dauchy@free.fr> | 2016-06-14 11:04:49 +0200 |
---|---|---|
committer | Alige <gauvain.dauchy@free.fr> | 2016-06-14 11:04:49 +0200 |
commit | b7a4a6759f9b7f83dea86c2d42d167fea76d6a2c (patch) | |
tree | b35c5eb68f30df8d07a726369c0a6dde291a0fb9 /maps/000-0-0.tmx | |
parent | 72ea9dc55be8785fc668538964b82e6fcdf65655 (diff) | |
download | clientdata-b7a4a6759f9b7f83dea86c2d42d167fea76d6a2c.tar.gz clientdata-b7a4a6759f9b7f83dea86c2d42d167fea76d6a2c.tar.bz2 clientdata-b7a4a6759f9b7f83dea86c2d42d167fea76d6a2c.tar.xz clientdata-b7a4a6759f9b7f83dea86c2d42d167fea76d6a2c.zip |
Fixed the names of maps for more coherence with names in serverdata.
Diffstat (limited to 'maps/000-0-0.tmx')
-rw-r--r-- | maps/000-0-0.tmx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/maps/000-0-0.tmx b/maps/000-0-0.tmx index 6b76bd86..9a6052ed 100644 --- a/maps/000-0-0.tmx +++ b/maps/000-0-0.tmx @@ -6,21 +6,21 @@ <property name="manaplus version" value="1"/> <property name="minimap" value="graphics/minimaps/000-0-0.png"/> <property name="music" value="bartk - in the forest of the birches.ogg"/> - <property name="name" value="La Johanne, First Deck (Sailor's room)"/> + <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"> |