diff --git a/public/scripts/make-sounds.js b/public/scripts/make-sounds.js index dc2ae37..31a3b83 100755 --- a/public/scripts/make-sounds.js +++ b/public/scripts/make-sounds.js @@ -5,7 +5,7 @@ sounds['draw'] = new Audio('/sounds/draw.ogg'); sounds['move'] = new Audio('/sounds/move.ogg'); Object.values(sounds).forEach((sound) => { - sound.volume = 0.12; + sound.volume = 0.25; }); document.addEventListener('htmx:wsAfterMessage', function (e) {