Skip to content

Commit

Permalink
Added old main menu theme as alternating theme
Browse files Browse the repository at this point in the history
  • Loading branch information
jjonj committed Feb 8, 2015
1 parent d475d4f commit af68046
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/main_menu/setup.lua
Expand Up @@ -26,6 +26,7 @@ local function setupSound()
soundSource.volumeMultiplier = 0.4
ambientEntity:addComponent(soundSource)
soundSource:addSound("main-menu-theme-1", "main-menu-theme-1.ogg")
soundSource:addSound("main-menu-theme-1", "main-menu-theme-2.ogg")
-- Gui effects
local guiSoundEntity = Entity("gui_sounds")
soundSource = SoundSourceComponent()
Expand Down

0 comments on commit af68046

Please sign in to comment.