|
@@ -561,6 +561,8 @@ void EditorSettings::_load_defaults(Ref<ConfigFile> p_extra_config) {
|
|
// 3D: Freelook
|
|
// 3D: Freelook
|
|
_initial_set("editors/3d/freelook/freelook_navigation_scheme", false);
|
|
_initial_set("editors/3d/freelook/freelook_navigation_scheme", false);
|
|
hints["editors/3d/freelook/freelook_navigation_scheme"] = PropertyInfo(Variant::INT, "editors/3d/freelook/freelook_navigation_scheme", PROPERTY_HINT_ENUM, "Default,Partially Axis-Locked (id Tech),Fully Axis-Locked (Minecraft)");
|
|
hints["editors/3d/freelook/freelook_navigation_scheme"] = PropertyInfo(Variant::INT, "editors/3d/freelook/freelook_navigation_scheme", PROPERTY_HINT_ENUM, "Default,Partially Axis-Locked (id Tech),Fully Axis-Locked (Minecraft)");
|
|
|
|
+ _initial_set("editors/3d/freelook/freelook_sensitivity", 0.4);
|
|
|
|
+ hints["editors/3d/freelook/freelook_sensitivity"] = PropertyInfo(Variant::FLOAT, "editors/3d/freelook/freelook_sensitivity", PROPERTY_HINT_RANGE, "0.0, 2, 0.01");
|
|
_initial_set("editors/3d/freelook/freelook_inertia", 0.1);
|
|
_initial_set("editors/3d/freelook/freelook_inertia", 0.1);
|
|
hints["editors/3d/freelook/freelook_inertia"] = PropertyInfo(Variant::FLOAT, "editors/3d/freelook/freelook_inertia", PROPERTY_HINT_RANGE, "0.0, 1, 0.01");
|
|
hints["editors/3d/freelook/freelook_inertia"] = PropertyInfo(Variant::FLOAT, "editors/3d/freelook/freelook_inertia", PROPERTY_HINT_RANGE, "0.0, 1, 0.01");
|
|
_initial_set("editors/3d/freelook/freelook_base_speed", 5.0);
|
|
_initial_set("editors/3d/freelook/freelook_base_speed", 5.0);
|