Updated default audio extension parameters
This commit is contained in:
parent
b204432e4f
commit
fb0122cb60
|
@ -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() {
|
||||||
|
|
Loading…
Reference in New Issue