fix: enemy wretched unable to move after reaching first navigation point
This commit is contained in:
parent
a9e5ffca74
commit
48ebf76281
|
@ -43,7 +43,6 @@ unique_name_in_owner = true
|
||||||
|
|
||||||
[node name="NavigationAgent3D" type="NavigationAgent3D" parent="."]
|
[node name="NavigationAgent3D" type="NavigationAgent3D" parent="."]
|
||||||
unique_name_in_owner = true
|
unique_name_in_owner = true
|
||||||
path_desired_distance = 0.25
|
|
||||||
avoidance_enabled = true
|
avoidance_enabled = true
|
||||||
neighbor_distance = 10.0
|
neighbor_distance = 10.0
|
||||||
time_horizon_agents = 0.7
|
time_horizon_agents = 0.7
|
||||||
|
|
Loading…
Reference in a new issue