This commit is contained in:
Saw, Hansly Kendrich 2022-09-14 15:46:57 +08:00
parent 02ce8b3e51
commit 1d16cfc44b
11 changed files with 180 additions and 4 deletions

5
scripts/interface.js Normal file
View file

@ -0,0 +1,5 @@
let soundEffects = {
'ding': new Audio('media/ding.mp4'),
'fallout': new Audio('media/Shells_falls-Marcel-829263474.mp3'),
'tada': new Audio('media/tada.mp3')
}