cutechicken commited on
Commit
4a18d9c
Β·
verified Β·
1 Parent(s): f67994b

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -296,7 +296,7 @@
296
  // 졜초 λ“±μž₯μ‹œμ—λ§Œ bf109mg.ogg μž¬μƒ
297
  if (!this.hasPlayedSound) {
298
  const firstSound = new Audio('bf109mg.ogg');
299
- firstSound.volume = 0.5;
300
  firstSound.play();
301
  this.hasPlayedSound = true;
302
  }
 
296
  // 졜초 λ“±μž₯μ‹œμ—λ§Œ bf109mg.ogg μž¬μƒ
297
  if (!this.hasPlayedSound) {
298
  const firstSound = new Audio('bf109mg.ogg');
299
+ firstSound.volume = 1.0;
300
  firstSound.play();
301
  this.hasPlayedSound = true;
302
  }