Changed audio to muted by default to avoid error on autoplay without user interact.

This commit is contained in:
Tony Ribeiro 2023-08-23 19:44:29 +02:00
parent 1d0ed86d01
commit 2e2cbd2c2d
1 changed files with 2 additions and 2 deletions

View File

@ -75,8 +75,8 @@ let cooldownBGM = 0;
const defaultSettings = {
enabled: false,
bgm_muted: false,
ambient_muted: false,
bgm_muted: true,
ambient_muted: true,
bgm_volume: 50,
ambient_volume: 50,
bgm_cooldown: 30