cutechicken commited on
Commit
c4ac838
β€’
1 Parent(s): 540deca

Update game.js

Browse files
Files changed (1) hide show
  1. game.js +1 -1
game.js CHANGED
@@ -1849,7 +1849,7 @@ this.enemies.forEach(enemy => {
1849
 
1850
  // 적 μœ„μΉ˜λ₯Ό ν™”λ©΄ μ’Œν‘œλ‘œ λ³€ν™˜
1851
  const enemyPosition = enemy.mesh.position.clone();
1852
- enemyPosition.y += 3; // 적 머리 μœ„μ— ν‘œμ‹œν•˜κΈ° μœ„ν•΄ 높이 μ‘°μ •
1853
 
1854
  const screenPosition = enemyPosition.project(this.camera);
1855
 
 
1849
 
1850
  // 적 μœ„μΉ˜λ₯Ό ν™”λ©΄ μ’Œν‘œλ‘œ λ³€ν™˜
1851
  const enemyPosition = enemy.mesh.position.clone();
1852
+ enemyPosition.y += 5; // 적 머리 μœ„μ— ν‘œμ‹œν•˜κΈ° μœ„ν•΄ 높이 μ‘°μ •
1853
 
1854
  const screenPosition = enemyPosition.project(this.camera);
1855