From 3bb84b67116457a9f5067c18d410abdf42ef85a9 Mon Sep 17 00:00:00 2001 From: Rob Kelly Date: Wed, 11 Mar 2026 14:27:07 -0600 Subject: [PATCH] Updated project settings for Godot 4.6 --- addons/format_on_save/format_on_save.gd.uid | 1 + addons/gdlint_plugin/run_linter.gd.uid | 1 + project.godot | 4 +++- 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 addons/format_on_save/format_on_save.gd.uid create mode 100644 addons/gdlint_plugin/run_linter.gd.uid diff --git a/addons/format_on_save/format_on_save.gd.uid b/addons/format_on_save/format_on_save.gd.uid new file mode 100644 index 0000000..450e689 --- /dev/null +++ b/addons/format_on_save/format_on_save.gd.uid @@ -0,0 +1 @@ +uid://bquknjtgmye0n diff --git a/addons/gdlint_plugin/run_linter.gd.uid b/addons/gdlint_plugin/run_linter.gd.uid new file mode 100644 index 0000000..3d6dcff --- /dev/null +++ b/addons/gdlint_plugin/run_linter.gd.uid @@ -0,0 +1 @@ +uid://cthhsdle66obs diff --git a/project.godot b/project.godot index 24de8d0..1d736c3 100644 --- a/project.godot +++ b/project.godot @@ -11,7 +11,7 @@ config_version=5 [application] config/name="${REPO_NAME_TITLE}" -config/features=PackedStringArray("4.5", "Forward Plus") +config/features=PackedStringArray("4.6", "Forward Plus") run/max_fps=60 [debug] @@ -26,6 +26,8 @@ gdscript/warnings/unsafe_call_argument=2 window/size/viewport_width=1920 window/size/viewport_height=1080 +window/stretch/mode="canvas_items" +window/stretch/aspect="expand" [dotnet]