|
@@ -631,6 +631,7 @@ void EditorSettings::_load_defaults(Ref<ConfigFile> p_extra_config) {
|
|
_initial_set("editors/3d/navigation/zoom_style", 0);
|
|
_initial_set("editors/3d/navigation/zoom_style", 0);
|
|
hints["editors/3d/navigation/zoom_style"] = PropertyInfo(Variant::INT, "editors/3d/navigation/zoom_style", PROPERTY_HINT_ENUM, "Vertical, Horizontal");
|
|
hints["editors/3d/navigation/zoom_style"] = PropertyInfo(Variant::INT, "editors/3d/navigation/zoom_style", PROPERTY_HINT_ENUM, "Vertical, Horizontal");
|
|
|
|
|
|
|
|
+ _initial_set("editors/3d/navigation/emulate_numpad", false);
|
|
_initial_set("editors/3d/navigation/emulate_3_button_mouse", false);
|
|
_initial_set("editors/3d/navigation/emulate_3_button_mouse", false);
|
|
_initial_set("editors/3d/navigation/orbit_modifier", 0);
|
|
_initial_set("editors/3d/navigation/orbit_modifier", 0);
|
|
hints["editors/3d/navigation/orbit_modifier"] = PropertyInfo(Variant::INT, "editors/3d/navigation/orbit_modifier", PROPERTY_HINT_ENUM, "None,Shift,Alt,Meta,Ctrl");
|
|
hints["editors/3d/navigation/orbit_modifier"] = PropertyInfo(Variant::INT, "editors/3d/navigation/orbit_modifier", PROPERTY_HINT_ENUM, "None,Shift,Alt,Meta,Ctrl");
|