bug: Fix low-resolution text
This commit is contained in:
parent
64c055b23f
commit
e287853798
13 changed files with 1463 additions and 104 deletions
|
|
@ -3,7 +3,7 @@
|
|||
[ext_resource type="Script" uid="uid://dxbdiq4y3mqtd" path="res://Scripts/main_menu.gd" id="1_28flt"]
|
||||
|
||||
[sub_resource type="LabelSettings" id="LabelSettings_i2yjh"]
|
||||
font_size = 72
|
||||
font_size = 120
|
||||
|
||||
[node name="Control" type="Control"]
|
||||
layout_mode = 3
|
||||
|
|
@ -31,46 +31,38 @@ layout_mode = 1
|
|||
anchors_preset = 5
|
||||
anchor_left = 0.5
|
||||
anchor_right = 0.5
|
||||
offset_left = -195.0
|
||||
offset_right = 195.0
|
||||
offset_bottom = 99.0
|
||||
offset_left = -273.0
|
||||
offset_top = -52.0
|
||||
offset_right = 273.0
|
||||
offset_bottom = 113.0
|
||||
grow_horizontal = 2
|
||||
text = "Asteroids"
|
||||
label_settings = SubResource("LabelSettings_i2yjh")
|
||||
horizontal_alignment = 1
|
||||
|
||||
[node name="New Game" type="Button" parent="Container"]
|
||||
[node name="ButtonContainer" type="VBoxContainer" parent="Container"]
|
||||
layout_mode = 1
|
||||
anchors_preset = 5
|
||||
anchor_left = 0.5
|
||||
anchor_right = 0.5
|
||||
offset_left = -75.0
|
||||
offset_top = 105.0
|
||||
offset_right = 75.0
|
||||
offset_bottom = 140.0
|
||||
offset_left = -125.0
|
||||
offset_top = 120.0
|
||||
offset_right = 125.0
|
||||
offset_bottom = 420.0
|
||||
grow_horizontal = 2
|
||||
theme_override_constants/separation = 15
|
||||
|
||||
[node name="New Game" type="Button" parent="Container/ButtonContainer"]
|
||||
layout_mode = 2
|
||||
theme_override_font_sizes/font_size = 32
|
||||
text = "New Game"
|
||||
|
||||
[node name="Quit" type="Button" parent="Container"]
|
||||
layout_mode = 1
|
||||
anchors_preset = 5
|
||||
anchor_left = 0.5
|
||||
anchor_right = 0.5
|
||||
offset_left = -75.0
|
||||
offset_top = 205.0
|
||||
offset_right = 75.0
|
||||
offset_bottom = 240.0
|
||||
grow_horizontal = 2
|
||||
text = "Quit"
|
||||
|
||||
[node name="Credits" type="Button" parent="Container"]
|
||||
layout_mode = 1
|
||||
anchors_preset = 5
|
||||
anchor_left = 0.5
|
||||
anchor_right = 0.5
|
||||
offset_left = -75.0
|
||||
offset_top = 155.0
|
||||
offset_right = 75.0
|
||||
offset_bottom = 190.0
|
||||
grow_horizontal = 2
|
||||
[node name="Credits" type="Button" parent="Container/ButtonContainer"]
|
||||
layout_mode = 2
|
||||
theme_override_font_sizes/font_size = 32
|
||||
text = "Credits"
|
||||
|
||||
[node name="Quit" type="Button" parent="Container/ButtonContainer"]
|
||||
layout_mode = 2
|
||||
theme_override_font_sizes/font_size = 32
|
||||
text = "Quit"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue