diff options
author | Bernhardt <orgzfrgh@gmail.com> | 2014-04-19 15:11:46 +0200 |
---|---|---|
committer | Bernhardt <orgzfrgh@gmail.com> | 2014-04-19 15:36:23 +0200 |
commit | 0ae26b47580c52a07db4880950658fa214c7d0b2 (patch) | |
tree | 21984b62bb6a5d2dbdda2a389990ea9b4b5e0215 /maps/031-3.tmx | |
parent | fa397be02f84caa40aea5afaedd87c09b3090201 (diff) | |
download | clientdata-0ae26b47580c52a07db4880950658fa214c7d0b2.tar.gz clientdata-0ae26b47580c52a07db4880950658fa214c7d0b2.tar.bz2 clientdata-0ae26b47580c52a07db4880950658fa214c7d0b2.tar.xz clientdata-0ae26b47580c52a07db4880950658fa214c7d0b2.zip |
Enforcer Naming Convention in Music Files
Diffstat (limited to 'maps/031-3.tmx')
-rw-r--r-- | maps/031-3.tmx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/031-3.tmx b/maps/031-3.tmx index be97bdad..3536ba84 100644 --- a/maps/031-3.tmx +++ b/maps/031-3.tmx @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <map version="1.0" orientation="orthogonal" width="320" height="320" tilewidth="32" tileheight="32"> <properties> - <property name="music" value="The Mana World - Snow Village.ogg"/> + <property name="music" value="snow-village.ogg"/> <property name="name" value="Ice Labyrinth"/> </properties> <tileset firstgid="1" source="../tilesets/collision.tsx"/> |