1
0
Fork 0

Let's set default audio volume to 50% to keep our ears safe.

This commit is contained in:
Alexander Andreev 2022-06-28 01:34:17 +04:00
parent 3b324a9733
commit 72780e9fc1
Signed by: Arav
GPG Key ID: 0388CC8FAA51063F
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ const image_formats = ["jpg", "jpeg", "gif", "png", "bmp", "webp"];
const overlay = document.getElementById("overlay");
let g_scale = 1;
let g_volume = 1.0;
let g_volume = 0.5;
function mousescroll(e) {
e.preventDefault();