From 48159a230f23f88746798b417f7c480b205e8896 Mon Sep 17 00:00:00 2001 From: Eduardo Fernandez Date: Sun, 24 Sep 2023 21:52:12 +0200 Subject: [PATCH] set stretch mode to viewport so the items are always the same size may need some testing since IDK how will it react to differents aspect ratios --- project.godot | 1 + 1 file changed, 1 insertion(+) diff --git a/project.godot b/project.godot index 2392f0e..dc66c67 100644 --- a/project.godot +++ b/project.godot @@ -27,6 +27,7 @@ DB="*res://singletons/database_dao.gd" window/size/viewport_width=1080 window/size/viewport_height=1920 +window/stretch/mode="viewport" window/handheld/orientation=1 [editor_plugins] -- 2.30.2