cutechicken commited on
Commit
dd0f185
·
verified ·
1 Parent(s): 0eb0a0c

Update game.js

Browse files
Files changed (1) hide show
  1. game.js +1 -1
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;