diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-31 00:10:46 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-31 00:10:46 -0300 |
commit | e448f9499865ece3600b3d71c2a632c34738f815 (patch) | |
tree | 45b19278bcf6fa5a7c87116f60a16ce421dca788 | |
parent | ff0ffc07791ecc7de0b512e7d0ce687a4a364ac4 (diff) | |
download | clientdata-e448f9499865ece3600b3d71c2a632c34738f815.tar.gz clientdata-e448f9499865ece3600b3d71c2a632c34738f815.tar.bz2 clientdata-e448f9499865ece3600b3d71c2a632c34738f815.tar.xz clientdata-e448f9499865ece3600b3d71c2a632c34738f815.zip |
Add different music to different Heroes Hold Levels.
-rw-r--r-- | maps/015-8-1.tmx | 2 | ||||
-rw-r--r-- | maps/018-2-3.tmx | 2 | ||||
-rw-r--r-- | maps/018-2-5.tmx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/maps/015-8-1.tmx b/maps/015-8-1.tmx index ed95427c..424ecb0b 100644 --- a/maps/015-8-1.tmx +++ b/maps/015-8-1.tmx @@ -6,7 +6,7 @@ <property name="manaplus version" value="2"/> <property name="minimap" value="graphics/minimaps/015-8-1.png"/> <property name="music" value="Arabesque.ogg"/> - <property name="name" value="Cave Of Trials"/> + <property name="name" value="Abandoned Ruins"/> </properties> <tileset firstgid="1" name="collision" tilewidth="32" tileheight="32" tilecount="9" columns="3"> <image source="../graphics/tilesets/collision.png" width="96" height="96"/> diff --git a/maps/018-2-3.tmx b/maps/018-2-3.tmx index 8bb01120..0d79af75 100644 --- a/maps/018-2-3.tmx +++ b/maps/018-2-3.tmx @@ -5,7 +5,7 @@ <property name="license" value="GPL v2+, CC BY SA 3.0+"/> <property name="manaplus version" value="2"/> <property name="minimap" value="graphics/minimaps/018-2-3.png"/> - <property name="music" value="Unforgiving_Lands.ogg"/> + <property name="music" value="Ruins.ogg"/> <property name="name" value="Heroes Hold - Main Dungeon"/> </properties> <tileset firstgid="1" source="../graphics/tilesets/collision.tsx"/> diff --git a/maps/018-2-5.tmx b/maps/018-2-5.tmx index dd3443c1..86346171 100644 --- a/maps/018-2-5.tmx +++ b/maps/018-2-5.tmx @@ -5,7 +5,7 @@ <property name="license" value="GPL v2+, CC BY SA 3.0+"/> <property name="manaplus version" value="2"/> <property name="minimap" value="graphics/minimaps/018-2-2.png"/> - <property name="music" value="Unforgiving_Lands.ogg"/> + <property name="music" value="8bit_the_hero.ogg"/> <property name="name" value="Heroes Hold - Main Dungeon"/> <property name="overlay0image" value="graphics/images/ambient/spotlight.png"/> <property name="overlay0keepratio" value="true"/> |