Skip to content

Commit

Permalink
サウンドの調整
Browse files Browse the repository at this point in the history
  • Loading branch information
kagomen committed May 7, 2024
1 parent 000df48 commit 96eca15
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions js/sound.js
Original file line number Diff line number Diff line change
@@ -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({
Expand Down

0 comments on commit 96eca15

Please sign in to comment.