Add ProjectSettings navigation map default up

Adds ProjectSettings navigation map default up.
This commit is contained in:
smix8
2023-06-17 11:29:17 +02:00
parent fa268be823
commit c4f544f802
3 changed files with 5 additions and 0 deletions

View File

@ -186,6 +186,7 @@ NavigationServer3D::NavigationServer3D() {
GLOBAL_DEF_BASIC("navigation/3d/default_cell_size", 0.25);
GLOBAL_DEF_BASIC("navigation/3d/default_cell_height", 0.25);
GLOBAL_DEF("navigation/3d/default_up", Vector3(0, 1, 0));
GLOBAL_DEF("navigation/3d/use_edge_connections", true);
GLOBAL_DEF_BASIC("navigation/3d/default_edge_connection_margin", 0.25);
GLOBAL_DEF_BASIC("navigation/3d/default_link_connection_radius", 1.0);