cutechicken commited on
Commit
192b9c4
1 Parent(s): ffe7897

Update game.js

Browse files
Files changed (1) hide show
  1. game.js +1 -1
game.js CHANGED
@@ -1453,7 +1453,7 @@ this.scene.add(ground);
1453
  //
1454
  }
1455
  }
1456
- //이거 체크});
1457
  // 적 총알과 플레이어 탱크 충돌 체크
1458
  this.enemies.forEach(enemy => {
1459
  if (!enemy.mesh || !enemy.isLoaded) return;
 
1453
  //
1454
  }
1455
  }
1456
+ });
1457
  // 적 총알과 플레이어 탱크 충돌 체크
1458
  this.enemies.forEach(enemy => {
1459
  if (!enemy.mesh || !enemy.isLoaded) return;