diff options
author | Reid <reidyaro@gmail.com> | 2011-12-19 03:27:02 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2011-12-19 03:27:02 +0100 |
commit | 57ab14ff710926c0b630b83139e81867687ba63f (patch) | |
tree | e17d5dc7588d6ce658e18b69055e791bd31c58d8 /maps/000-0-0.tmx | |
parent | d8270e184d0597cfe7efa7f8caf1e79d527d0faa (diff) | |
download | clientdata-57ab14ff710926c0b630b83139e81867687ba63f.tar.gz clientdata-57ab14ff710926c0b630b83139e81867687ba63f.tar.bz2 clientdata-57ab14ff710926c0b630b83139e81867687ba63f.tar.xz clientdata-57ab14ff710926c0b630b83139e81867687ba63f.zip |
Add minimaps for beta1 maps,
Some change and clean up on beta1 maps,
Corrected sone pixels on the wall tiles on Ship-indoor.png .
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 41b48d0a..c8dcd6f8 100644 --- a/maps/000-0-0.tmx +++ b/maps/000-0-0.tmx @@ -2,7 +2,8 @@ <map version="1.0" orientation="orthogonal" width="44" height="44" tilewidth="32" tileheight="32"> <properties> <property name="actorsfix" value="1"/> - <property name="music" value="Artis indoor - In the Forest of the Birches.ogg"/> + <property name="minimap" value="graphics/minimaps/000-0-0.png"/> + <property name="music" value=""/> </properties> <tileset firstgid="1" name="Ship-indoor" tilewidth="32" tileheight="32"> <image source="../graphics/tiles/Indoor/Ship-indoor.png" width="256" height="512"/> |