diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2021-10-20 11:08:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-20 11:08:11 +0200 |
commit | 36fd7f213d0082f4465cb0c89f7f9f58d06f8a0b (patch) | |
tree | d557a2eb24ebf316ee9a7037b608a567f7affe92 /scene | |
parent | 6d4543ea90a84de0554a99f1bd58e4c07a1054cd (diff) | |
parent | 1de99820b89641102c3b47ab0081fd82e673aa8d (diff) |
Merge pull request #53983 from Duroxxigar/navmesh-agent-default
Diffstat (limited to 'scene')
-rw-r--r-- | scene/resources/navigation_mesh.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/resources/navigation_mesh.h b/scene/resources/navigation_mesh.h index 1cdf7a07ed..009239838f 100644 --- a/scene/resources/navigation_mesh.h +++ b/scene/resources/navigation_mesh.h @@ -85,7 +85,7 @@ protected: float cell_size = 0.3f; float cell_height = 0.2f; float agent_height = 2.0f; - float agent_radius = 0.6f; + float agent_radius = 1.0f; float agent_max_climb = 0.9f; float agent_max_slope = 45.0f; float region_min_size = 8.0f; |