diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2012-12-21 11:27:20 +0100 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2012-12-21 11:27:20 +0100 |
commit | f8e0275215bb12e3eca89d335722b65f05ede4a1 (patch) | |
tree | 3cd18a45947ed5285e8d379708a3b07c735d799d | |
parent | e0d13a7f455a6bfa067cb22af9443487ac4f607c (diff) | |
download | clientdata-f8e0275215bb12e3eca89d335722b65f05ede4a1.tar.gz clientdata-f8e0275215bb12e3eca89d335722b65f05ede4a1.tar.bz2 clientdata-f8e0275215bb12e3eca89d335722b65f05ede4a1.tar.xz clientdata-f8e0275215bb12e3eca89d335722b65f05ede4a1.zip |
Music on desert indoor maps: Use the same song as desert outdoor.
Maps that were missing music: 003-2, 004-2
Maps that were changed from Snow village song: 001-2, 021-2, 024-2
-rw-r--r-- | maps/001-2.tmx | 2 | ||||
-rw-r--r-- | maps/003-2.tmx | 1 | ||||
-rw-r--r-- | maps/004-2.tmx | 1 | ||||
-rw-r--r-- | maps/021-2.tmx | 2 | ||||
-rw-r--r-- | maps/024-2.tmx | 2 |
5 files changed, 5 insertions, 3 deletions
diff --git a/maps/001-2.tmx b/maps/001-2.tmx index ab8fc3f1..9fdbcc4a 100644 --- a/maps/001-2.tmx +++ b/maps/001-2.tmx @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <map version="1.0" orientation="orthogonal" width="160" height="100" tilewidth="32" tileheight="32"> <properties> - <property name="music" value="The Mana World - Snow Village.ogg"/> + <property name="music" value="Faith.ogg"/> <property name="name" value="South Tulimshar Indoor"/> </properties> <tileset firstgid="1" source="../tilesets/collision.tsx"/> diff --git a/maps/003-2.tmx b/maps/003-2.tmx index a03c4a08..dd3e48e7 100644 --- a/maps/003-2.tmx +++ b/maps/003-2.tmx @@ -1,6 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <map version="1.0" orientation="orthogonal" width="75" height="50" tilewidth="32" tileheight="32"> <properties> + <property name="music" value="Faith.ogg"/> <property name="name" value="Beach House"/> </properties> <tileset firstgid="1" source="../tilesets/collision.tsx"/> diff --git a/maps/004-2.tmx b/maps/004-2.tmx index 0a79ae56..60dfdda6 100644 --- a/maps/004-2.tmx +++ b/maps/004-2.tmx @@ -1,6 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <map version="1.0" orientation="orthogonal" width="98" height="87" tilewidth="32" tileheight="32"> <properties> + <property name="music" value="Faith.ogg"/> <property name="name" value="Beach House"/> </properties> <tileset firstgid="1" source="../tilesets/collision.tsx"/> diff --git a/maps/021-2.tmx b/maps/021-2.tmx index 7f602db1..d3d2a0cf 100644 --- a/maps/021-2.tmx +++ b/maps/021-2.tmx @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <map version="1.0" orientation="orthogonal" width="200" height="200" tilewidth="32" tileheight="32"> <properties> - <property name="music" value="The Mana World - Snow Village.ogg"/> + <property name="music" value="Faith.ogg"/> <property name="name" value="North Tulimshar Indoor"/> </properties> <tileset firstgid="1" source="../tilesets/collision.tsx"/> diff --git a/maps/024-2.tmx b/maps/024-2.tmx index 5a026dee..3b335032 100644 --- a/maps/024-2.tmx +++ b/maps/024-2.tmx @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <map version="1.0" orientation="orthogonal" width="200" height="200" tilewidth="32" tileheight="32"> <properties> - <property name="music" value="The Mana World - Snow Village.ogg"/> + <property name="music" value="Faith.ogg"/> <property name="name" value="Tulimshar Magic School"/> </properties> <tileset firstgid="1" source="../tilesets/collision.tsx"/> |