From 96eca154e4f11115b61d4e54bb6ef0895ef5eb60 Mon Sep 17 00:00:00 2001 From: kagome Date: Tue, 7 May 2024 15:50:45 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=B5=E3=82=A6=E3=83=B3=E3=83=89=E3=81=AE?= =?UTF-8?q?=E8=AA=BF=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/sound.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/js/sound.js b/js/sound.js index 8898f8b..d26d001 100644 --- a/js/sound.js +++ b/js/sound.js @@ -1,16 +1,16 @@ export const moveSound = new Howl({ src: ['assets/sounds/move.mp3'], - volume: 0.5, + volume: 0.6, }); export const changeStageSound = new Howl({ src: ['assets/sounds/change-stage.mp3'], - volume: 0.5, + volume: 0.3, }); export const systemSound = new Howl({ src: ['assets/sounds/system.mp3'], - volume: 0.25, + volume: 0.1, }); export const clearSound = new Howl({