Spaces:
Running
Running
Update game.js
Browse files
game.js
CHANGED
|
@@ -2561,7 +2561,7 @@ class Game {
|
|
| 2561 |
|
| 2562 |
animateParticles();
|
| 2563 |
|
| 2564 |
-
|
| 2565 |
try {
|
| 2566 |
const hitSound = new Audio('sounds/hit.ogg');
|
| 2567 |
hitSound.volume = 0.3;
|
|
|
|
| 2561 |
|
| 2562 |
animateParticles();
|
| 2563 |
|
| 2564 |
+
// 피격 사운드 재생
|
| 2565 |
try {
|
| 2566 |
const hitSound = new Audio('sounds/hit.ogg');
|
| 2567 |
hitSound.volume = 0.3;
|