Increase sound volume a little
This commit is contained in:
parent
23d99b2758
commit
042d83e2c1
|
@ -5,7 +5,7 @@ sounds['draw'] = new Audio('/sounds/draw.ogg');
|
||||||
sounds['move'] = new Audio('/sounds/move.ogg');
|
sounds['move'] = new Audio('/sounds/move.ogg');
|
||||||
|
|
||||||
Object.values(sounds).forEach((sound) => {
|
Object.values(sounds).forEach((sound) => {
|
||||||
sound.volume = 0.12;
|
sound.volume = 0.25;
|
||||||
});
|
});
|
||||||
|
|
||||||
document.addEventListener('htmx:wsAfterMessage', function (e) {
|
document.addEventListener('htmx:wsAfterMessage', function (e) {
|
||||||
|
|
Loading…
Reference in New Issue