From 72bed3fe5801204003c7d9a752c96129fb54c4f7 Mon Sep 17 00:00:00 2001 From: aru Date: Tue, 8 Nov 2022 12:27:34 -0300 Subject: [PATCH] changing screen size --- project.godot | 2 +- scenes/menu.tscn | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/project.godot b/project.godot index f31ffb2..e1e25a9 100644 --- a/project.godot +++ b/project.godot @@ -23,7 +23,7 @@ global="*res://scripts/global.gd" [display] -window/size/width=160 +window/size/width=280 window/size/height=144 window/stretch/mode="2d" window/stretch/aspect="keep" diff --git a/scenes/menu.tscn b/scenes/menu.tscn index cf9c938..4ea375f 100644 --- a/scenes/menu.tscn +++ b/scenes/menu.tscn @@ -31,12 +31,12 @@ anims/blinking = SubResource( 1 ) [node name="VBoxContainer2" type="VBoxContainer" parent="CanvasLayer"] margin_top = 100.0 -margin_right = 160.0 -margin_bottom = 36.0 +margin_right = 280.0 +margin_bottom = 116.0 alignment = 1 [node name="START" type="Label" parent="CanvasLayer/VBoxContainer2"] -margin_right = 160.0 +margin_right = 280.0 margin_bottom = 16.0 custom_colors/font_color = Color( 0.72549, 0.352941, 1, 1 ) custom_fonts/font = ExtResource( 1 ) @@ -46,12 +46,12 @@ valign = 1 [node name="VBoxContainer" type="VBoxContainer" parent="CanvasLayer"] margin_top = 50.0 -margin_right = 160.0 -margin_bottom = 16.0 +margin_right = 280.0 +margin_bottom = 66.0 alignment = 1 [node name="TITLE" type="Label" parent="CanvasLayer/VBoxContainer"] -margin_right = 160.0 +margin_right = 280.0 margin_bottom = 16.0 custom_colors/font_color = Color( 0.72549, 0.352941, 1, 1 ) custom_fonts/font = ExtResource( 1 )