bug: Fix low-resolution text
This commit is contained in:
parent
64c055b23f
commit
e287853798
13 changed files with 1463 additions and 104 deletions
|
|
@ -3,10 +3,10 @@
|
|||
[ext_resource type="Script" uid="uid://cf1vwutwpi4rf" path="res://Scripts/game_over.gd" id="1_ojehl"]
|
||||
|
||||
[sub_resource type="LabelSettings" id="LabelSettings_i2yjh"]
|
||||
font_size = 72
|
||||
font_size = 120
|
||||
|
||||
[sub_resource type="LabelSettings" id="LabelSettings_ojehl"]
|
||||
font_size = 32
|
||||
font_size = 48
|
||||
|
||||
[node name="Control" type="Control"]
|
||||
layout_mode = 3
|
||||
|
|
@ -34,9 +34,10 @@ 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 = -326.0
|
||||
offset_top = -55.0
|
||||
offset_right = 326.0
|
||||
offset_bottom = 110.0
|
||||
grow_horizontal = 2
|
||||
text = "Game Over"
|
||||
label_settings = SubResource("LabelSettings_i2yjh")
|
||||
|
|
@ -46,10 +47,10 @@ layout_mode = 1
|
|||
anchors_preset = 5
|
||||
anchor_left = 0.5
|
||||
anchor_right = 0.5
|
||||
offset_left = -60.5
|
||||
offset_top = 85.0
|
||||
offset_right = 60.5
|
||||
offset_bottom = 130.0
|
||||
offset_left = -90.5
|
||||
offset_top = 80.0
|
||||
offset_right = 90.5
|
||||
offset_bottom = 147.0
|
||||
grow_horizontal = 2
|
||||
text = "Score: 0"
|
||||
label_settings = SubResource("LabelSettings_ojehl")
|
||||
|
|
@ -59,9 +60,10 @@ 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
|
||||
offset_left = -125.0
|
||||
offset_top = 170.0
|
||||
offset_right = 125.0
|
||||
offset_bottom = 223.0
|
||||
grow_horizontal = 2
|
||||
theme_override_font_sizes/font_size = 32
|
||||
text = "New Game"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue