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 /maps/024-2.tmx | |
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
Diffstat (limited to 'maps/024-2.tmx')
-rw-r--r-- | maps/024-2.tmx | 2 |
1 files changed, 1 insertions, 1 deletions
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"/> |