From e09e8632055987dae60097d757e9ab56952182dc Mon Sep 17 00:00:00 2001 From: Persephone Bubblegum-Holiday Date: Tue, 12 Aug 2025 11:51:03 -0700 Subject: [PATCH] enable scaling for ui --- .gitignore | 1 + project.godot | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 6186357..19ed951 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ .godot/ /android/ export_presets.cfg +*.DS_Store \ No newline at end of file diff --git a/project.godot b/project.godot index 412de36..94f1e2b 100644 --- a/project.godot +++ b/project.godot @@ -30,6 +30,8 @@ FreeRoamMaps="*res://Scripts/Configs/FreeRoamMaps.gd" window/size/viewport_width=1280 window/size/viewport_height=720 +window/stretch/mode="canvas_items" +window/stretch/aspect="expand" [filesystem]