Spaces:
Running
Running
Update game.js
Browse files
game.js
CHANGED
|
@@ -774,7 +774,7 @@ class Enemy {
|
|
| 774 |
if (currentTime - this.lastAttackTime < attackInterval) return;
|
| 775 |
|
| 776 |
// 발사 사운드 재생
|
| 777 |
-
const enemyFireSound = new Audio('sounds/
|
| 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 |
|