cutechicken
commited on
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -304,7 +304,7 @@
|
|
304 |
// 발사할 때마다 새로운 bf109mgse.ogg 재생
|
305 |
if (!isCountingDown) {
|
306 |
const shootSound = new Audio('bf109mgse.ogg');
|
307 |
-
shootSound.volume =
|
308 |
shootSound.play();
|
309 |
}
|
310 |
|
|
|
304 |
// 발사할 때마다 새로운 bf109mgse.ogg 재생
|
305 |
if (!isCountingDown) {
|
306 |
const shootSound = new Audio('bf109mgse.ogg');
|
307 |
+
shootSound.volume = 0.5; // 볼륨 낮춤
|
308 |
shootSound.play();
|
309 |
}
|
310 |
|