diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2008-07-15 17:44:15 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2008-07-15 17:44:15 +0000 |
commit | 164c8cd06ea4dc6cdd42bf6ed5d12e7cc26e6f1a (patch) | |
tree | 219c973d478607fd58c312b2c31544bf6fbbde9e /maps | |
parent | de5a43fd1e9b806cabcceca75c1544967f67e0ba (diff) | |
download | clientdata-164c8cd06ea4dc6cdd42bf6ed5d12e7cc26e6f1a.tar.gz clientdata-164c8cd06ea4dc6cdd42bf6ed5d12e7cc26e6f1a.tar.bz2 clientdata-164c8cd06ea4dc6cdd42bf6ed5d12e7cc26e6f1a.tar.xz clientdata-164c8cd06ea4dc6cdd42bf6ed5d12e7cc26e6f1a.zip |
When we got a hurnscald theme it should be used on the hurnscald maps.
Diffstat (limited to 'maps')
-rw-r--r-- | maps/new_19-1.tmx | 2 | ||||
-rw-r--r-- | maps/new_20-1.tmx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/maps/new_19-1.tmx b/maps/new_19-1.tmx index 0a2027d3..764e1e93 100644 --- a/maps/new_19-1.tmx +++ b/maps/new_19-1.tmx @@ -5,7 +5,7 @@ <property name="overlay0image" value="graphics/images/ambient/clouds.png"/> <property name="overlay0scrollY" value="0.1"/> <property name="overlay0scrollX" value="0.2"/> - <property name="music" value="The Mana World - The Forest.ogg"/> + <property name="music" value="The Mana World - Hurnscald.ogg"/> <property name="minimap" value="graphics/images/minimap_new_19-1.png"/> </properties> <tileset name="Woodland" firstgid="1" tilewidth="32" tileheight="32"> diff --git a/maps/new_20-1.tmx b/maps/new_20-1.tmx index e46ad568..c7168c1e 100644 --- a/maps/new_20-1.tmx +++ b/maps/new_20-1.tmx @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <map version="0.99c" orientation="orthogonal" width="200" height="100" tilewidth="32" tileheight="32"> <properties> - <property name="music" value="The Mana World - The Forest.ogg"/> + <property name="music" value="The Mana World - Hurnscald.ogg"/> </properties> <tileset name="Unbenannt" firstgid="1" tilewidth="32" tileheight="32"> <image source="../graphics/tiles/woodland_indoor.png"/> |