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/002-2.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/002-2.tmx')
-rw-r--r-- | maps/002-2.tmx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/002-2.tmx b/maps/002-2.tmx index 467fa62e..2e069f14 100644 --- a/maps/002-2.tmx +++ b/maps/002-2.tmx @@ -2,7 +2,7 @@ <map version="1.0" orientation="orthogonal" width="100" height="100" tilewidth="32" tileheight="32"> <properties> <property name="minimap" value="graphics/minimaps/002-2.png"/> - <property name="music" value="Faith.ogg"/> + <property name="music" value="faith.ogg"/> <property name="name" value="Sandstorm Desert Indoors"/> </properties> <tileset firstgid="1" source="../tilesets/collision.tsx"/> |