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/052-2.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/052-2.tmx')
-rw-r--r-- | maps/052-2.tmx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/052-2.tmx b/maps/052-2.tmx index a7ec0f55..c171e8c8 100644 --- a/maps/052-2.tmx +++ b/maps/052-2.tmx @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <map version="1.0" orientation="orthogonal" width="150" height="100" tilewidth="32" tileheight="32"> <properties> - <property name="music" value="InquisitiveInn.ogg"/> + <property name="music" value="inquisitive-inn.ogg"/> <property name="name" value="Illia forsaken inn"/> </properties> <tileset firstgid="1" source="../tilesets/collision.tsx"/> |