more tweaks, not perfect but way better than before

This commit is contained in:
derek
2025-05-01 16:49:22 -05:00
parent 02436895e9
commit db07777fca
5 changed files with 11 additions and 9 deletions

View File

@@ -31,7 +31,7 @@ func Physics_Update(delta):
move_to_nav_point(delta)
#do turret scan
turret_scan_look(enemy.nav_agent.get_next_path_position(),scan_direction,delta)
turret_scan(Vector3(0,scan_direction,0),delta)
func get_new_wander_point():
var x = randf_range(-wander_distance_max,wander_distance_max)