Browse Source

*** empty log message ***

Joe Shochet 24 years ago
parent
commit
e85a9b00cc
1 changed files with 3 additions and 0 deletions
  1. 3 0
      direct/src/showbase/ShowBase.py

+ 3 - 0
direct/src/showbase/ShowBase.py

@@ -328,6 +328,9 @@ class ShowBase:
                     self.wantSfx=None
             if self.wantMusic:
                 self.musicManager = AudioManager.createAudioManager()
+                # Turn down the music globally
+                # Eventually we may want to control this in the options page
+                self.musicManager.setVolume(0.5)
                 if not self.musicManager.isValid():
                     self.wantMusic=None
             if not (self.wantSfx or self.wantMusic):