diff options
author | Reid <reidyaro@gmail.com> | 2011-12-26 03:36:21 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2011-12-26 03:36:21 +0100 |
commit | dae9bce0dad83ba0651bb3396528b433f84645e1 (patch) | |
tree | 5410e9d76d3fca69a34f32f01ffba25ab599e356 /maps/000-0.tmx | |
parent | e1c9f1422474d6bf0c87d2356de5c0cf0931a0f4 (diff) | |
download | clientdata-dae9bce0dad83ba0651bb3396528b433f84645e1.tar.gz clientdata-dae9bce0dad83ba0651bb3396528b433f84645e1.tar.bz2 clientdata-dae9bce0dad83ba0651bb3396528b433f84645e1.tar.xz clientdata-dae9bce0dad83ba0651bb3396528b433f84645e1.zip |
Change BartK sound to Ezili's one on 000-0 map,
Add Ambiant effect on 000-1 and 000-0 maps.
Diffstat (limited to 'maps/000-0.tmx')
-rw-r--r-- | maps/000-0.tmx | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/maps/000-0.tmx b/maps/000-0.tmx index f4fda7b0..36de5fd4 100644 --- a/maps/000-0.tmx +++ b/maps/000-0.tmx @@ -4,7 +4,15 @@ <property name="license" value="CC BY-NC-ND"/> <property name="manaplus version" value="1"/> <property name="minimap" value="graphics/minimaps/000-0.png"/> - <property name="music" value="Artis indoor - In the Forest of the Birches.ogg"/> + <property name="music" value="Ezili - Ocean sounds.ogg"/> + <property name="overlay0image" value="graphics/images/ambient/fog.png"/> + <property name="overlay0parallax" value="1.0"/> + <property name="overlay0scrollX" value="0.3"/> + <property name="overlay0scrollY" value="0.2"/> + <property name="overlay1image" value="graphics/images/ambient/fog.png"/> + <property name="overlay1parallax" value="1.5"/> + <property name="overlay1scrollX" value="0.3"/> + <property name="overlay1scrollY" value="0.35"/> </properties> <tileset firstgid="1" name="Water" tilewidth="32" tileheight="32"> <image source="../graphics/tiles/Water.png" width="512" height="512"/> @@ -52,6 +60,5 @@ </properties> </object> <object x="4024" y="3516"/> - <object name="Ezili - Ocean sounds.ogg" type="music" x="96" y="96" width="1312" height="1312"/> </objectgroup> </map> |