diff --git a/src/player/sfx.ts b/src/player/sfx.ts index b331bef..7422f96 100644 --- a/src/player/sfx.ts +++ b/src/player/sfx.ts @@ -7,15 +7,15 @@ const sfx = { }), take: new Howl({ src: ["/sfx/take.wav"], - volume: 0.5, + volume: 0.9, }), swap: new Howl({ src: ["/sfx/swap.wav"], - volume: 0.5, + volume: 0.6, }), snap: new Howl({ src: ["/sfx/snap.wav"], - volume: 0.5, + volume: 0.6, }), };