From 21a3d886a47637d44216ed2ad53a5a55d2000f08 Mon Sep 17 00:00:00 2001 From: Maciej Caderek Date: Thu, 21 Apr 2022 17:22:31 +0200 Subject: [PATCH] WIP --- src/player/sfx.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/player/sfx.ts b/src/player/sfx.ts index 223f085..a33eeb8 100644 --- a/src/player/sfx.ts +++ b/src/player/sfx.ts @@ -83,7 +83,7 @@ const sfx = { }), hit: new Howl({ src: ["/sfx/anarchy/hit.mp3"], - volume: 0.5, + volume: 0.4, }), };