Skip to content

Commit

Permalink
Merge pull request godotengine#100059 from Calinou/editor-default-ena…
Browse files Browse the repository at this point in the history
…ble-emulate-numpad

Enable Emulate Numpad by default in the 3D editor settings
  • Loading branch information
Repiteo committed Dec 12, 2024
2 parents bfc66f0 + a9881f9 commit c34a3f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/editor_settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,7 @@ void EditorSettings::_load_defaults(Ref<ConfigFile> p_extra_config) {
EDITOR_SETTING_BASIC(Variant::INT, PROPERTY_HINT_ENUM, "editors/3d/navigation/zoom_mouse_button", 1, "Left Mouse,Middle Mouse,Right Mouse,Mouse Button 4,Mouse Button 5")
EDITOR_SETTING_BASIC(Variant::INT, PROPERTY_HINT_ENUM, "editors/3d/navigation/zoom_style", 0, "Vertical,Horizontal")

_initial_set("editors/3d/navigation/emulate_numpad", false, true);
_initial_set("editors/3d/navigation/emulate_numpad", true, true);
_initial_set("editors/3d/navigation/emulate_3_button_mouse", false, true);
_initial_set("editors/3d/navigation/warped_mouse_panning", true, true);

Expand Down

0 comments on commit c34a3f1

Please sign in to comment.