Changed audio to muted by default to avoid error on autoplay without user interact.
This commit is contained in:
parent
1d0ed86d01
commit
2e2cbd2c2d
|
@ -75,8 +75,8 @@ let cooldownBGM = 0;
|
||||||
|
|
||||||
const defaultSettings = {
|
const defaultSettings = {
|
||||||
enabled: false,
|
enabled: false,
|
||||||
bgm_muted: false,
|
bgm_muted: true,
|
||||||
ambient_muted: false,
|
ambient_muted: true,
|
||||||
bgm_volume: 50,
|
bgm_volume: 50,
|
||||||
ambient_volume: 50,
|
ambient_volume: 50,
|
||||||
bgm_cooldown: 30
|
bgm_cooldown: 30
|
||||||
|
|
Loading…
Reference in New Issue