mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2025-01-09 17:53:50 +00:00
fixed loading screen music volume
This commit is contained in:
parent
ea2868dc50
commit
ac9b768270
1 changed files with 0 additions and 1 deletions
|
@ -156,7 +156,6 @@ if base.musicManagerIsValid:
|
||||||
music = base.loadMusic('phase_3/audio/bgm/tt_theme.ogg')
|
music = base.loadMusic('phase_3/audio/bgm/tt_theme.ogg')
|
||||||
if music:
|
if music:
|
||||||
music.setLoop(1)
|
music.setLoop(1)
|
||||||
music.setVolume(0.9)
|
|
||||||
music.play()
|
music.play()
|
||||||
notify.info('Loading the default GUI sounds...')
|
notify.info('Loading the default GUI sounds...')
|
||||||
DirectGuiGlobals.setDefaultRolloverSound(base.loadSfx('phase_3/audio/sfx/GUI_rollover.ogg'))
|
DirectGuiGlobals.setDefaultRolloverSound(base.loadSfx('phase_3/audio/sfx/GUI_rollover.ogg'))
|
||||||
|
|
Loading…
Reference in a new issue