mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-24 20:22:33 -06: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')
|
||||
if music:
|
||||
music.setLoop(1)
|
||||
music.setVolume(0.9)
|
||||
music.play()
|
||||
notify.info('Loading the default GUI sounds...')
|
||||
DirectGuiGlobals.setDefaultRolloverSound(base.loadSfx('phase_3/audio/sfx/GUI_rollover.ogg'))
|
||||
|
|
Loading…
Reference in a new issue