diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-01-03 20:09:39 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-03 20:09:39 +1100 |
commit | ea28fc80714039f97c03285252a586110ba23a18 (patch) | |
tree | 67fa48d00d33cf7e9409248a3942979d5c2a2981 /source/client/StarClientApplication.cpp | |
parent | 98b27f5f6578d9f3b204bc98baf6f4e489c8a1c1 (diff) | |
parent | ddc64fb14caded7e49c0886cfa58b1ca82900262 (diff) |
Merge pull request #12 from Bottinator22/main
Move instruments to their own audio group and volume setting
Diffstat (limited to 'source/client/StarClientApplication.cpp')
-rw-r--r-- | source/client/StarClientApplication.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/client/StarClientApplication.cpp b/source/client/StarClientApplication.cpp index ea24c36..47e5596 100644 --- a/source/client/StarClientApplication.cpp +++ b/source/client/StarClientApplication.cpp @@ -44,6 +44,7 @@ Json const AdditionalDefaultConfiguration = Json::parseJson(R"JSON( "audioChannelSeparation" : [-25, 25], "sfxVol" : 100, + "instrumentVol" : 100, "musicVol" : 70, "windowedResolution" : [1000, 600], "fullscreenResolution" : [1920, 1080], |