cutechicken commited on
Commit
6c68e4b
·
verified ·
1 Parent(s): 7867fe0

Update index.html

Browse files
Files changed (1) hide show
  1. 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('BGM.ogg');
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;