From 660da74df734960b4a543c242bdbfff35c9fe6db Mon Sep 17 00:00:00 2001 From: Logan Date: Sun, 25 Sep 2022 14:00:04 -0600 Subject: Made window keep aspect ratio when stretching screen. This allows for people with monitors that have an uncommon aspect ratio to not experience pillarboxing. --- project.godot | 1 + 1 file changed, 1 insertion(+) diff --git a/project.godot b/project.godot index c897d06..b20cf12 100644 --- a/project.godot +++ b/project.godot @@ -25,6 +25,7 @@ window/size/height=120 window/size/test_width=1070 window/size/test_height=600 window/stretch/mode="2d" +window/stretch/aspect="keep_height" [gui] -- cgit v1.2.3