Set the default sound effect volume to 50%.

This commit is contained in:
Half-Shot 2024-11-12 07:08:43 +00:00
parent f12e6601fe
commit 0f3658b20f

View File

@ -102,7 +102,7 @@ export const playReactionsSound = new Setting<boolean>(
export const soundEffectVolumeSetting = new Setting<number>( export const soundEffectVolumeSetting = new Setting<number>(
"sound-effect-volume", "sound-effect-volume",
1, 0.5,
); );
export const alwaysShowSelf = new Setting<boolean>("always-show-self", true); export const alwaysShowSelf = new Setting<boolean>("always-show-self", true);