diff options
author | cflip <cflip@cflip.net> | 2023-02-01 19:39:58 -0700 |
---|---|---|
committer | cflip <cflip@cflip.net> | 2023-02-01 19:39:58 -0700 |
commit | dcb4cf4f03fbfd023c645df26a34b9f6a38acda5 (patch) | |
tree | c706bc140d596a5f91c7e041b43cd8e4ef7e1553 | |
parent | e9e321315f50233a474ff9e9aab32de9aa350225 (diff) |
Allow the aspect ratio to change when window is resized
-rw-r--r-- | project.godot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project.godot b/project.godot index fbc8bd1..aa5f2ed 100644 --- a/project.godot +++ b/project.godot @@ -26,7 +26,7 @@ window/size/height=120 window/size/test_width=1070 window/size/test_height=600 window/stretch/mode="2d" -window/stretch/aspect="keep" +window/stretch/aspect="expand" [gui] |