This commit is contained in:
Maciej Caderek
2022-04-15 03:41:28 +02:00
parent 42bff7ee90
commit db684733ec
5 changed files with 75 additions and 40 deletions

View File

@@ -41,6 +41,18 @@ const sfx = {
src: ["/sfx/brick-take.wav"],
volume: 0.5,
}),
brickCastle: new Howl({
src: ["/sfx/brick-castle.wav"],
volume: 0.5,
}),
coneMove: new Howl({
src: ["/sfx/cone-move.wav"],
volume: 0.5,
}),
coneTake: new Howl({
src: ["/sfx/cone-take.wav"],
volume: 0.5,
}),
};
export default sfx;