cutechicken commited on
Commit
ac3da58
·
verified ·
1 Parent(s): 527dc11

Update index.html

Browse files
Files changed (1) hide show
  1. 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('bomb1.ogg');
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