This commit is contained in:
Maciej Caderek
2022-03-24 02:52:53 +01:00
parent 160be085f0
commit c90c3abd70
3 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ import { Howl } from "howler";
const sfx = {
move: new Howl({
src: ["/sfx/move.wav"],
volume: 0.4,
volume: 0.3,
}),
take: new Howl({
src: ["/sfx/take.wav"],