diff options
author | wushin <pasekei@gmail.com> | 2014-04-21 23:32:29 -0500 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2014-04-21 23:32:29 -0500 |
commit | 472e6479f7051951bf6aaeb13e49d7b5ee5b8bf0 (patch) | |
tree | 1af83aac8f7eac8b19a89ef06d65ca858f5f02b0 /maps/006-3.tmx | |
parent | 97139bb03b625ed806d01c50c8b05173b2874443 (diff) | |
parent | da3702df6dd663fe9f49e507207c3b937526d5b3 (diff) | |
download | clientdata-472e6479f7051951bf6aaeb13e49d7b5ee5b8bf0.tar.gz clientdata-472e6479f7051951bf6aaeb13e49d7b5ee5b8bf0.tar.bz2 clientdata-472e6479f7051951bf6aaeb13e49d7b5ee5b8bf0.tar.xz clientdata-472e6479f7051951bf6aaeb13e49d7b5ee5b8bf0.zip |
Merge pull request #78 from wushin/music-naming
Music naming
Diffstat (limited to 'maps/006-3.tmx')
-rw-r--r-- | maps/006-3.tmx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/006-3.tmx b/maps/006-3.tmx index 6440c0e0..c46629d0 100644 --- a/maps/006-3.tmx +++ b/maps/006-3.tmx @@ -2,7 +2,7 @@ <map version="1.0" orientation="orthogonal" width="150" height="150" tilewidth="32" tileheight="32"> <properties> <property name="minimap" value="graphics/minimaps/006-3.png"/> - <property name="music" value="finalman_and_yakslem-cavesong.ogg"/> + <property name="music" value="cavesong.ogg"/> <property name="name" value="Desert Mountain Cave"/> </properties> <tileset firstgid="1" source="../tilesets/collision.tsx"/> |