cutechicken commited on
Commit
c4ac838
ยท
verified ยท
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