cutechicken commited on
Commit
768bb9a
1 Parent(s): 9989e53

Update game.js

Browse files
Files changed (1) hide show
  1. game.js +1 -1
game.js CHANGED
@@ -774,7 +774,7 @@ class Enemy {
774
  if (currentTime - this.lastAttackTime < attackInterval) return;
775
 
776
  // 발사 사운드 재생
777
- const enemyFireSound = new Audio('sounds/fireenemy3.ogg');
778
  enemyFireSound.volume = 0.3; // 볼륨 설정
779
  enemyFireSound.play();
780
 
 
774
  if (currentTime - this.lastAttackTime < attackInterval) return;
775
 
776
  // 발사 사운드 재생
777
+ const enemyFireSound = new Audio('sounds/mbtfire5.ogg');
778
  enemyFireSound.volume = 0.3; // 볼륨 설정
779
  enemyFireSound.play();
780