diff options
Diffstat (limited to 'datasrc')
| -rw-r--r-- | datasrc/content.py | 2 |
1 files changed, 2 insertions, 0 deletions
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") |