set stretch mode to viewport so the items are always the same size
authorEduardo Fernandez <[email protected]>
Sun, 24 Sep 2023 19:52:12 +0000 (21:52 +0200)
committerEduardo Fernandez <[email protected]>
Sun, 24 Sep 2023 19:52:12 +0000 (21:52 +0200)
may need some testing since IDK how will it react to differents aspect ratios

project.godot

index 2392f0ec55aaa4fc6e6d851c0d14c32d033d91f3..dc66c67feed6bbb9f4efb4f8942a4ccc6f0efee1 100644 (file)
@@ -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]