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
  }