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/013-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/013-3.tmx')
-rw-r--r-- | maps/013-3.tmx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/013-3.tmx b/maps/013-3.tmx index cf7d73a3..76e03f6b 100644 --- a/maps/013-3.tmx +++ b/maps/013-3.tmx @@ -2,7 +2,7 @@ <map version="1.0" orientation="orthogonal" width="200" height="200" tilewidth="32" tileheight="32"> <properties> <property name="minimap" value="graphics/minimaps/013-3.png"/> - <property name="music" value="finalman_and_yakslem-cavesong.ogg"/> + <property name="music" value="cavesong.ogg"/> <property name="name" value="Woodland Hills Cave"/> </properties> <tileset firstgid="1" source="../tilesets/collision.tsx"/> |