Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -923,7 +923,7 @@ class B29 {
|
|
923 |
if (document.getElementById('shop').style.display === 'block') return;
|
924 |
|
925 |
// 폭발음 재생
|
926 |
-
const bombSound = new Audio('
|
927 |
bombSound.volume = 0.5;
|
928 |
bombSound.play();
|
929 |
|
|
|
923 |
if (document.getElementById('shop').style.display === 'block') return;
|
924 |
|
925 |
// 폭발음 재생
|
926 |
+
const bombSound = new Audio('bomb2.ogg');
|
927 |
bombSound.volume = 0.5;
|
928 |
bombSound.play();
|
929 |
|