mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-18 12:43:44 -04:00
changed sfx and music in Settings
This commit is contained in:
parent
b65e274e5c
commit
741aa460cd
@ -39,8 +39,8 @@ class ShowBase:
|
||||
|
||||
# Store dconfig variables
|
||||
self.wantTk = self.config.GetBool('want-tk', 0)
|
||||
self.sfxActive = self.config.GetBool('audio-sfx-active', 1)
|
||||
self.musicActive = self.config.GetBool('audio-music-active', 1)
|
||||
self.sfxActive = self.config.GetBool('audio-sfx-active', Settings.getSfx())
|
||||
self.musicActive = self.config.GetBool('audio-music-active', Settings.getMusic())
|
||||
self.wantFog = self.config.GetBool('want-fog', 1)
|
||||
|
||||
self.screenshotExtension = self.config.GetString('screenshot-extension', 'jpg')
|
||||
|
Loading…
x
Reference in New Issue
Block a user