diff --git a/project.godot b/project.godot index fcd6c94..858ddc3 100644 --- a/project.godot +++ b/project.godot @@ -20,6 +20,13 @@ config/icon="res://icon.svg" MorseState="*res://autoloads/morse_state.gd" +[display] + +window/size/viewport_width=786 +window/size/viewport_height=1024 +window/handheld/orientation=1 + [rendering] renderer/rendering_method="mobile" +textures/vram_compression/import_etc2_astc=true diff --git a/scenes/main.tscn b/scenes/main.tscn index 8d46c4f..98b6aac 100644 --- a/scenes/main.tscn +++ b/scenes/main.tscn @@ -48,6 +48,7 @@ layout_mode = 2 color = Color(0, 0, 0, 1) [node name="MorseButton" type="Button" parent="VBoxContainer"] +custom_minimum_size = Vector2(0, 100) layout_mode = 2 text = "MORSE"