idle works with avoidance
This commit is contained in:
@@ -172,3 +172,7 @@ func save():
|
||||
"health" : health
|
||||
}
|
||||
return save_dict
|
||||
|
||||
|
||||
func _on_navigation_agent_3d_velocity_computed(safe_velocity: Vector3) -> void:
|
||||
state_machine.current_state.velocity_computed(safe_velocity)
|
||||
|
||||
Reference in New Issue
Block a user