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/048-1.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/048-1.tmx')
-rw-r--r-- | maps/048-1.tmx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/048-1.tmx b/maps/048-1.tmx index 86d66948..48611831 100644 --- a/maps/048-1.tmx +++ b/maps/048-1.tmx @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <map version="1.0" orientation="orthogonal" width="178" height="128" tilewidth="32" tileheight="32"> <properties> - <property name="music" value="Explorers-melody.ogg"/> + <property name="music" value="explorers-melody.ogg"/> <property name="name" value="Snow Forest"/> <property name="overlay0image" value="graphics/images/ambient/snow.png"/> <property name="overlay0parallax" value="3.3"/> |