Spaces:
Running
Running
cutechicken
commited on
Commit
•
192b9c4
1
Parent(s):
ffe7897
Update game.js
Browse files
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;
|