summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2024-07-04 11:49:56 +0200
committertpart <tpart120@proton.me>2024-07-04 11:49:56 +0200
commit81ce5b5ff19ef6c1a9685407ae319adda25ff646 (patch)
tree3eb9ce6377ac3d95ea07600d5a2af5f717d3cce9
parent09019c3d8b2836442cec3d1c5054de7a8520252f (diff)
downloadhurrycurry-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.godot5
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={