Updated default audio extension parameters

This commit is contained in:
Tony Ribeiro 2023-08-21 19:11:12 +02:00
parent b204432e4f
commit fb0122cb60
1 changed files with 2 additions and 2 deletions

View File

@ -75,12 +75,12 @@ let cooldownBGM = 0;
//#############################// //#############################//
const defaultSettings = { const defaultSettings = {
enabled: false, enabled: true,
bgm_muted: false, bgm_muted: false,
ambient_muted: false, ambient_muted: false,
bgm_volume: 50, bgm_volume: 50,
ambient_volume: 50, ambient_volume: 50,
bgm_cooldown: 10 bgm_cooldown: 30
} }
function loadSettings() { function loadSettings() {