0
0
Fork 0

changing screen size

This commit is contained in:
aru 2022-11-08 12:27:34 -03:00
parent 858e613130
commit 72bed3fe58
2 changed files with 7 additions and 7 deletions

View File

@ -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"

View File

@ -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 )