diff options
author | Stefan Beller <stefanbeller@googlemail.com> | 2011-01-03 20:50:28 +0100 |
---|---|---|
committer | Stefan Beller <stefanbeller@googlemail.com> | 2011-01-03 20:54:50 +0100 |
commit | e543b04d8c63e5f8385a4b4f4cd4c88b95cbedbc (patch) | |
tree | 63f295e84d091b7b49312a356aeac6c446344437 | |
parent | d8e001a6ee76c482e896451608d0c85afcd656ed (diff) | |
download | clientdata-e543b04d8c63e5f8385a4b4f4cd4c88b95cbedbc.tar.gz clientdata-e543b04d8c63e5f8385a4b4f4cd4c88b95cbedbc.tar.bz2 clientdata-e543b04d8c63e5f8385a4b4f4cd4c88b95cbedbc.tar.xz clientdata-e543b04d8c63e5f8385a4b4f4cd4c88b95cbedbc.zip |
new maps have proper names and music now
-rw-r--r-- | maps/032-1.tmx | 5 | ||||
-rw-r--r-- | maps/032-3.tmx | 6 |
2 files changed, 11 insertions, 0 deletions
diff --git a/maps/032-1.tmx b/maps/032-1.tmx index 57a593aa..769ed088 100644 --- a/maps/032-1.tmx +++ b/maps/032-1.tmx @@ -1,6 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd"> <map version="1.0" orientation="orthogonal" width="100" height="100" tilewidth="32" tileheight="32"> + <properties> + <property name="minimap" value="graphics/minimaps/006-1.png"/> + <property name="music" value="Faith.ogg"/> + <property name="name" value="Outback"/> + </properties> <tileset firstgid="1" name="desert1" tilewidth="32" tileheight="32"> <image source="../graphics/tiles/desert1.png" width="512" height="512"/> </tileset> diff --git a/maps/032-3.tmx b/maps/032-3.tmx index 229c7a86..9734fced 100644 --- a/maps/032-3.tmx +++ b/maps/032-3.tmx @@ -1,6 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd"> <map version="1.0" orientation="orthogonal" width="160" height="100" tilewidth="32" tileheight="32"> + <properties> + <property name="music" value="finalman_and_yakslem-cavesong.ogg"/> + <property name="name" value="Cave"/> + <property name="overlay0image" value="graphics/images/ambient/spotlight.png"/> + <property name="overlay0keepratio" value="true"/> + </properties> <tileset firstgid="1" name="set_cave" tilewidth="32" tileheight="32"> <image source="../graphics/tiles/set_cave.png" width="256" height="256"/> </tileset> |