diff options
author | tpart <tpart120@proton.me> | 2024-07-04 11:49:56 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-07-04 11:49:56 +0200 |
commit | 81ce5b5ff19ef6c1a9685407ae319adda25ff646 (patch) | |
tree | 3eb9ce6377ac3d95ea07600d5a2af5f717d3cce9 | |
parent | 09019c3d8b2836442cec3d1c5054de7a8520252f (diff) | |
download | hurrycurry-81ce5b5ff19ef6c1a9685407ae319adda25ff646.tar hurrycurry-81ce5b5ff19ef6c1a9685407ae319adda25ff646.tar.bz2 hurrycurry-81ce5b5ff19ef6c1a9685407ae319adda25ff646.tar.zst |
Use canvas_item scaling to make UI size consistent on all screen sizes (#42)
-rw-r--r-- | client/project.godot | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/client/project.godot b/client/project.godot index d1518e25..754c7e21 100644 --- a/client/project.godot +++ b/client/project.godot @@ -24,6 +24,11 @@ Global="*res://global.gd" Server="*res://server.gd" Sound="*res://audio/sound.tscn" +[display] + +window/stretch/mode="canvas_items" +window/stretch/aspect="expand" + [input] ui_accept={ |