You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-04 17:04:49 +00:00
Added option for mouse orbit sensitivity
This commit is contained in:
@@ -664,6 +664,8 @@ void EditorSettings::_load_defaults(Ref<ConfigFile> p_extra_config) {
|
||||
set("editors/3d/emulate_3_button_mouse", false);
|
||||
set("editors/3d/warped_mouse_panning", true);
|
||||
|
||||
set("editors/3d/orbit_sensitivity", 0.7);
|
||||
|
||||
set("editors/3d/freelook_base_speed", 1);
|
||||
|
||||
set("editors/3d/freelook_activation_modifier", 0);
|
||||
|
||||
Reference in New Issue
Block a user