From 36c2684b9881643c54f3087903a9cb23551758fc Mon Sep 17 00:00:00 2001 From: Maciej Caderek Date: Sat, 16 Apr 2022 23:07:38 +0200 Subject: [PATCH] WIP --- public/pieces/anarchy/kw.svg | 22 +++++++++++++++++++--- src/player/sfx.ts | 10 +++++----- 2 files changed, 24 insertions(+), 8 deletions(-) diff --git a/public/pieces/anarchy/kw.svg b/public/pieces/anarchy/kw.svg index 73fed7d..6b5edb3 100644 --- a/public/pieces/anarchy/kw.svg +++ b/public/pieces/anarchy/kw.svg @@ -1,4 +1,20 @@ - - - + + + + + + + + + + + + + + + + + + + diff --git a/src/player/sfx.ts b/src/player/sfx.ts index 3803b73..bf4d922 100644 --- a/src/player/sfx.ts +++ b/src/player/sfx.ts @@ -35,23 +35,23 @@ const sfx = { }), brickMove: new Howl({ src: ["/sfx/brick-move.wav"], - volume: 0.5, + volume: 0.3, }), brickTake: new Howl({ src: ["/sfx/brick-take.wav"], - volume: 0.5, + volume: 0.2, }), brickCastle: new Howl({ src: ["/sfx/brick-castle.wav"], - volume: 0.5, + volume: 0.3, }), coneMove: new Howl({ src: ["/sfx/cone-move.wav"], - volume: 0.5, + volume: 0.3, }), coneTake: new Howl({ src: ["/sfx/cone-take.wav"], - volume: 0.5, + volume: 0.3, }), };