Add ability to adjust sound effect volume.

This commit is contained in:
Half-Shot
2024-11-07 16:35:37 +00:00
committed by Robin
parent 1df2e0c48f
commit 7b57fc2942
5 changed files with 48 additions and 2 deletions

View File

@@ -100,4 +100,6 @@ export const playReactionsSound = new Setting<boolean>(
true,
);
export const effectSoundVolume = new Setting<number>("effects-sound-volume", 1);
export const alwaysShowSelf = new Setting<boolean>("always-show-self", true);