added blog to main page
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
var ratCounter = 0;
|
||||
|
||||
let playSound = function() {
|
||||
let bolt = new Audio(`common/rat/bolt${ratCounter}.wav`)
|
||||
let bolt = new Audio(`/common/rat/bolt${ratCounter}.wav`)
|
||||
bolt.volume = 0.2;
|
||||
bolt.play();
|
||||
ratCounter += 1;
|
||||
|
||||
Reference in New Issue
Block a user