From 9c7b9649c5c65f3c119f9d055ddefc977c5d9c8a Mon Sep 17 00:00:00 2001 From: Baptiste Date: Thu, 28 Dec 2023 13:53:16 +0100 Subject: [PATCH] =?UTF-8?q?feat:son=20=C3=A0=2020%?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public_html/js/sound.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public_html/js/sound.js b/public_html/js/sound.js index 76ae72b..0d69d49 100644 --- a/public_html/js/sound.js +++ b/public_html/js/sound.js @@ -2,6 +2,7 @@ class Sound{ constructor(url){ this.sound = new Audio(url); this.sound.type = "audio/mp3"; + this.sound.volume = 0.2; } play(){