happy with turret turning

This commit is contained in:
Derek
2025-04-30 20:33:49 -05:00
parent 4f7896cec5
commit 303a12b827
3 changed files with 22 additions and 20 deletions

View File

@@ -15,5 +15,5 @@ func Physics_Update(delta):
func update_player_target():
move_target = enemy.player_last_seen
look_target = enemy.player_last_seen
look_target = enemy.player_last_seen + Vector3(0,.75,0)
enemy.nav_agent.set_target_position(move_target)