stress test the units

This commit is contained in:
2024-10-06 03:33:49 +10:00
parent 6fcb2b9f3e
commit e96593ffb0
2 changed files with 690 additions and 2 deletions

View File

@@ -62,8 +62,6 @@ func _navigate() -> void:
return
var next_pos := nav_agent.get_next_path_position()
DebugDraw.vector(position, next_pos)
DebugDraw.marker(nav_agent.get_final_position())
var direction := position.direction_to(next_pos)
var new_velocity := direction * SPEED