mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-01-22 17:26:20 +01:00
Re-enable voices volume slider
This commit is contained in:
parent
fa2bf7e4a9
commit
e41e277f7b
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ define build.name = "SnootGame"
|
||||||
|
|
||||||
define config.has_sound = True
|
define config.has_sound = True
|
||||||
define config.has_music = True
|
define config.has_music = True
|
||||||
define config.has_voice = False
|
define config.has_voice = True
|
||||||
|
|
||||||
define config.play_channel = "uisounds"
|
define config.play_channel = "uisounds"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue