diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2008-02-11 19:00:43 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2008-02-11 19:00:43 +0000 |
commit | 56be42fc857b34d045a1c606c2b73d715eed9a8f (patch) | |
tree | 9cafbe76007ea550af7257b60f33b3b4add0949f | |
parent | 67de00155ac2e1ccc1804a40fc3adf9054510150 (diff) | |
download | clientdata-56be42fc857b34d045a1c606c2b73d715eed9a8f.tar.gz clientdata-56be42fc857b34d045a1c606c2b73d715eed9a8f.tar.bz2 clientdata-56be42fc857b34d045a1c606c2b73d715eed9a8f.tar.xz clientdata-56be42fc857b34d045a1c606c2b73d715eed9a8f.zip |
Added music and overlay to snake dungeon.
-rw-r--r-- | maps/new_22-1.tmx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/maps/new_22-1.tmx b/maps/new_22-1.tmx index 16098600..d8de4930 100644 --- a/maps/new_22-1.tmx +++ b/maps/new_22-1.tmx @@ -1,5 +1,9 @@ <?xml version="1.0"?> <map version="0.99b" orientation="orthogonal" width="120" height="116" tilewidth="32" tileheight="32"> + <properties> + <property name="overlay0image" value="graphics/images/ambient/spotlight.png"/> + <property name="music" value="finalman_and_yakslem-cavesong.ogg"/> + </properties> <tileset name="cave" firstgid="1" tilewidth="32" tileheight="32"> <image source="../graphics/tiles/cave.png"/> </tileset> |