diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-02-06 13:13:43 +0000 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-02-06 13:13:43 +0000 |
commit | 70ff410ba6edf82b454252f061170380dcc9e670 (patch) | |
tree | a950e8d8db9014f856b12941705ef8999ba17551 /maps | |
parent | 921f4c1932197a60ab9e6cb41f3dbfdb5020ae56 (diff) | |
download | clientdata-70ff410ba6edf82b454252f061170380dcc9e670.tar.gz clientdata-70ff410ba6edf82b454252f061170380dcc9e670.tar.bz2 clientdata-70ff410ba6edf82b454252f061170380dcc9e670.tar.xz clientdata-70ff410ba6edf82b454252f061170380dcc9e670.zip |
Fix music on various maps
Diffstat (limited to 'maps')
-rw-r--r-- | maps/012-1.tmx | 2 | ||||
-rw-r--r-- | maps/013-1.tmx | 2 | ||||
-rw-r--r-- | maps/013-3.tmx | 2 | ||||
-rw-r--r-- | maps/017-1.tmx | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/maps/012-1.tmx b/maps/012-1.tmx index 8805455a..df653275 100644 --- a/maps/012-1.tmx +++ b/maps/012-1.tmx @@ -3,7 +3,7 @@ <map version="1.0" orientation="orthogonal" width="168" height="168" tilewidth="32" tileheight="32"> <properties> <property name="minimap" value="graphics/minimaps/012-1.png"/> - <property name="music" value="Magick - Small grass.ogg"/> + <property name="music" value="The Mana World - The Forest.ogg"/> <property name="name" value="Woodland Hills"/> <property name="overlay0image" value="graphics/images/ambient/clouds.png"/> <property name="overlay0parallax" value="1.0"/> diff --git a/maps/013-1.tmx b/maps/013-1.tmx index 3ab3c883..0cb013a8 100644 --- a/maps/013-1.tmx +++ b/maps/013-1.tmx @@ -3,7 +3,7 @@ <map version="1.0" orientation="orthogonal" width="154" height="124" tilewidth="32" tileheight="32"> <properties> <property name="minimap" value="graphics/minimaps/013-1.png"/> - <property name="music" value="Magick - Small grass.ogg"/> + <property name="music" value="The Mana World - The Forest.ogg"/> <property name="name" value="Woodland hills"/> <property name="overlay0image" value="graphics/images/ambient/clouds.png"/> <property name="overlay0parallax" value="1.0"/> diff --git a/maps/013-3.tmx b/maps/013-3.tmx index 8c07a0f8..ee333166 100644 --- a/maps/013-3.tmx +++ b/maps/013-3.tmx @@ -3,7 +3,7 @@ <map version="1.0" orientation="orthogonal" width="200" height="200" tilewidth="32" tileheight="32"> <properties> <property name="minimap" value="graphics/minimaps/013-3.png"/> - <property name="music" value=" finalman_and_yakslem-cavesong.ogg"/> + <property name="music" value="finalman_and_yakslem-cavesong.ogg"/> <property name="name" value="Cave"/> </properties> <tileset name="Cave" firstgid="1" tilewidth="32" tileheight="32"> diff --git a/maps/017-1.tmx b/maps/017-1.tmx index 50f6e182..941fcbf7 100644 --- a/maps/017-1.tmx +++ b/maps/017-1.tmx @@ -3,7 +3,7 @@ <map version="1.0" orientation="orthogonal" width="154" height="124" tilewidth="32" tileheight="32"> <properties> <property name="minimap" value="graphics/minimaps/017-1.png"/> - <property name="music" value="Magick - Small grass.ogg"/> + <property name="music" value="The Mana World - The Forest.ogg"/> <property name="name" value="Woodland hills"/> <property name="overlay0image" value="graphics/images/ambient/clouds.png"/> <property name="overlay0parallax" value="1.0"/> |