Bigger HUD for my small eyes
This commit is contained in:
parent
8e9d5ca274
commit
82ed2d5cf2
52
HUD.tscn
52
HUD.tscn
@ -77,6 +77,20 @@ margin_right = 3.0
|
||||
margin_bottom = 3.0
|
||||
rect_min_size = Vector2( 6, 6 )
|
||||
|
||||
[node name="Crosshair" type="ColorRect" parent="PlayerLayer/Crosshair"]
|
||||
show_behind_parent = true
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
margin_left = -4.0
|
||||
margin_top = -4.0
|
||||
margin_right = 2.0
|
||||
margin_bottom = 2.0
|
||||
rect_min_size = Vector2( 6, 6 )
|
||||
rect_scale = Vector2( 1.33213, 1.33213 )
|
||||
color = Color( 0, 0, 0, 1 )
|
||||
|
||||
[node name="ActualHUD" type="Control" parent="PlayerLayer"]
|
||||
anchor_left = 0.037
|
||||
anchor_top = 0.914
|
||||
@ -90,6 +104,7 @@ theme = SubResource( 8 )
|
||||
material = SubResource( 11 )
|
||||
margin_right = 291.36
|
||||
margin_bottom = 23.0
|
||||
rect_scale = Vector2( 1.88, 1.88 )
|
||||
script = ExtResource( 1 )
|
||||
|
||||
[node name="SlapLabel" type="Label" parent="PlayerLayer/ActualHUD"]
|
||||
@ -102,20 +117,23 @@ margin_left = -500.48
|
||||
margin_top = -309.78
|
||||
margin_right = -389.48
|
||||
margin_bottom = -277.78
|
||||
rect_scale = Vector2( 1.64, 1.64 )
|
||||
text = "Slap"
|
||||
|
||||
[node name="Remaining" type="Label" parent="PlayerLayer/ActualHUD"]
|
||||
margin_left = 5.96
|
||||
margin_top = -30.12
|
||||
margin_right = 140.96
|
||||
margin_bottom = -8.12
|
||||
margin_left = 1268.96
|
||||
margin_top = -940.12
|
||||
margin_right = 1403.96
|
||||
margin_bottom = -918.12
|
||||
rect_scale = Vector2( 2.44, 2.44 )
|
||||
text = "Remaining balls:"
|
||||
|
||||
[node name="Balls" type="Label" parent="PlayerLayer/ActualHUD"]
|
||||
margin_left = 139.96
|
||||
margin_top = -29.12
|
||||
margin_right = 281.96
|
||||
margin_bottom = -7.12
|
||||
margin_left = 1415.96
|
||||
margin_top = -939.12
|
||||
margin_right = 1557.96
|
||||
margin_bottom = -917.12
|
||||
rect_scale = Vector2( 2.80001, 2.80001 )
|
||||
text = "0"
|
||||
align = 2
|
||||
|
||||
@ -245,18 +263,20 @@ text = "Master Volume"
|
||||
wait_time = 2.0
|
||||
|
||||
[node name="Level" type="Label" parent="MenuLayer/Start"]
|
||||
margin_left = 546.0
|
||||
margin_top = 478.0
|
||||
margin_right = 1414.0
|
||||
margin_bottom = 526.0
|
||||
margin_left = -74.0
|
||||
margin_top = 442.0
|
||||
margin_right = 794.0
|
||||
margin_bottom = 490.0
|
||||
rect_scale = Vector2( 2.4, 2.4 )
|
||||
theme = SubResource( 8 )
|
||||
align = 1
|
||||
|
||||
[node name="Level" type="Label" parent="."]
|
||||
margin_left = 546.0
|
||||
margin_top = 478.0
|
||||
margin_right = 1414.0
|
||||
margin_bottom = 526.0
|
||||
margin_left = -73.0
|
||||
margin_top = 444.0
|
||||
margin_right = 795.0
|
||||
margin_bottom = 492.0
|
||||
rect_scale = Vector2( 2.40252, 2.40252 )
|
||||
theme = SubResource( 8 )
|
||||
align = 1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user