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
  }