Spaces:
Running
Running
cutechicken
commited on
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -151,7 +151,7 @@
|
|
151 |
const cannonSound = new Audio('firemn.ogg');
|
152 |
const machinegunSound = new Audio('firemg.ogg');
|
153 |
const enemyFireSound = new Audio('fireenemy.ogg');
|
154 |
-
const bgm = new Audio('
|
155 |
const countSound = new Audio('count.ogg');
|
156 |
const deathSound = new Audio('death.ogg');
|
157 |
bgm.loop = true;
|
|
|
151 |
const cannonSound = new Audio('firemn.ogg');
|
152 |
const machinegunSound = new Audio('firemg.ogg');
|
153 |
const enemyFireSound = new Audio('fireenemy.ogg');
|
154 |
+
const bgm = new Audio('BGM2.ogg');
|
155 |
const countSound = new Audio('count.ogg');
|
156 |
const deathSound = new Audio('death.ogg');
|
157 |
bgm.loop = true;
|