cutechicken
commited on
Update index.html
Browse files- 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
|
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 |
}
|