diff options
author | Wombat <hpwombat@yahoo.com> | 2011-07-09 19:26:27 -0400 |
---|---|---|
committer | Wombat <hpwombat@yahoo.com> | 2011-07-09 19:26:27 -0400 |
commit | e4f133610022c16ad396cc8e465f4ff17dca5f2b (patch) | |
tree | 01337c28f2b757a1796e655140cb617075a6d1bd /maps | |
parent | 71f577fdebd376dfc6027c6dc01759a68ad05606 (diff) | |
download | clientdata-e4f133610022c16ad396cc8e465f4ff17dca5f2b.tar.gz clientdata-e4f133610022c16ad396cc8e465f4ff17dca5f2b.tar.bz2 clientdata-e4f133610022c16ad396cc8e465f4ff17dca5f2b.tar.xz clientdata-e4f133610022c16ad396cc8e465f4ff17dca5f2b.zip |
music added to Reid's Inn and Rossy Quest Cave maps
Diffstat (limited to 'maps')
-rw-r--r-- | maps/025-3.tmx | 3 | ||||
-rw-r--r-- | maps/025-4.tmx | 3 | ||||
-rw-r--r-- | maps/027-2.tmx | 2 |
3 files changed, 7 insertions, 1 deletions
diff --git a/maps/025-3.tmx b/maps/025-3.tmx index 661c6d99..d7abe0ff 100644 --- a/maps/025-3.tmx +++ b/maps/025-3.tmx @@ -1,5 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <map version="1.0" orientation="orthogonal" width="190" height="190" tilewidth="32" tileheight="32"> + <properties> + <property name="music" value="Night-Is-Calling.ogg"/> + </properties> <tileset firstgid="1" name="cave" tilewidth="32" tileheight="32"> <image source="../graphics/tiles/cave.png" width="512" height="256"/> </tileset> diff --git a/maps/025-4.tmx b/maps/025-4.tmx index 2c1bc0fd..ddee3dd5 100644 --- a/maps/025-4.tmx +++ b/maps/025-4.tmx @@ -1,5 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <map version="1.0" orientation="orthogonal" width="200" height="240" tilewidth="32" tileheight="32"> + <properties> + <property name="music" value="Night-Is-Calling.ogg"/> + </properties> <tileset firstgid="1" name="cave" tilewidth="32" tileheight="32"> <image source="../graphics/tiles/cave.png" width="512" height="256"/> </tileset> diff --git a/maps/027-2.tmx b/maps/027-2.tmx index 6796a0b8..c94fa6ef 100644 --- a/maps/027-2.tmx +++ b/maps/027-2.tmx @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <map version="1.0" orientation="orthogonal" width="150" height="130" tilewidth="32" tileheight="32"> <properties> - <property name="music" value="Magick - Real.ogg"/> + <property name="music" value="InquisitiveInn.ogg"/> <property name="name" value="Caretaker's House"/> </properties> <tileset firstgid="1" name="Woodland indoor" tilewidth="32" tileheight="32"> |