diff options
author | Reid <reidyaro@gmail.com> | 2012-09-05 01:51:44 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-09-05 01:51:44 +0200 |
commit | 7bdc35d40e5ea8260af9a250355ed75e25fec032 (patch) | |
tree | 21d3db1866858498f2169d3155f2a3a33b9f28e4 /maps/000-0-0.tmx | |
parent | 58677e0e8c9cbab7c6e39e5049c755b4feaadec5 (diff) | |
download | clientdata-7bdc35d40e5ea8260af9a250355ed75e25fec032.tar.gz clientdata-7bdc35d40e5ea8260af9a250355ed75e25fec032.tar.bz2 clientdata-7bdc35d40e5ea8260af9a250355ed75e25fec032.tar.xz clientdata-7bdc35d40e5ea8260af9a250355ed75e25fec032.zip |
Add names parameter on maps,
Rename Nard's Ship in "La Johanne".
Diffstat (limited to 'maps/000-0-0.tmx')
-rw-r--r-- | maps/000-0-0.tmx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/maps/000-0-0.tmx b/maps/000-0-0.tmx index 3ac9acd9..ff93c452 100644 --- a/maps/000-0-0.tmx +++ b/maps/000-0-0.tmx @@ -6,6 +6,7 @@ <property name="manaplus version" value="1"/> <property name="minimap" value="graphics/minimaps/000-0-0.png"/> <property name="music" value="bartk-indoor-artis.ogg"/> + <property name="name" value="La Johanne, First Deck (Sailor's room)"/> </properties> <tileset firstgid="1" name="Ship Indoor" tilewidth="32" tileheight="32"> <image source="../graphics/tilesets/indoor/ship-indoor.png" width="256" height="512"/> @@ -20,7 +21,7 @@ <image source="../graphics/tilesets/indoor/box.png" width="128" height="160"/> </tileset> <tileset firstgid="430" name="Collision" tilewidth="32" tileheight="32"> - <image source="../graphics/tilesets/collision.png" width="64" height="64"/> + <image source="../graphics/tilesets/collision.png" width="96" height="64"/> </tileset> <layer name="Ground" width="44" height="44"> <data encoding="base64" compression="gzip"> |