From 1a5d70450f1de87224334e550706c67ad0cde6b8 Mon Sep 17 00:00:00 2001 From: oy Date: Wed, 13 Apr 2011 20:00:54 +0200 Subject: added "reimplemented menu music by teetow-the-great-teetow" by Choupom --- datasrc/content.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'datasrc') diff --git a/datasrc/content.py b/datasrc/content.py index c49930e5..1dfa7aea 100644 --- a/datasrc/content.py +++ b/datasrc/content.py @@ -221,6 +221,8 @@ container.sounds.Add(SoundSet("ctf_grab_pl", ["audio/sfx_ctf_grab_pl.wv"])) container.sounds.Add(SoundSet("ctf_grab_en", ["audio/sfx_ctf_grab_en.wv"])) container.sounds.Add(SoundSet("ctf_capture", ["audio/sfx_ctf_cap_pl.wv"])) +container.sounds.Add(SoundSet("menu", ["audio/music_menu.wv"])) + image_null = Image("null", "") image_particles = Image("particles", "particles.png") image_game = Image("game", "game.png") -- cgit 1.4.1