generated from krampus/template-godot4
Tweaked ball quantity display scaling, curve gauge speed
This commit is contained in:
parent
6e34f236ca
commit
4716dd92ac
|
@ -184,6 +184,7 @@ stretch = true
|
||||||
script = ExtResource("3_rmm5i")
|
script = ExtResource("3_rmm5i")
|
||||||
|
|
||||||
[node name="Viewport" type="SubViewport" parent="RootControl/Rumbler/ViewportContainer"]
|
[node name="Viewport" type="SubViewport" parent="RootControl/Rumbler/ViewportContainer"]
|
||||||
|
unique_name_in_owner = true
|
||||||
handle_input_locally = false
|
handle_input_locally = false
|
||||||
msaa_3d = 3
|
msaa_3d = 3
|
||||||
screen_space_aa = 1
|
screen_space_aa = 1
|
||||||
|
|
|
@ -15,8 +15,8 @@ grow_horizontal = 2
|
||||||
grow_vertical = 2
|
grow_vertical = 2
|
||||||
size_flags_horizontal = 4
|
size_flags_horizontal = 4
|
||||||
script = ExtResource("1_p0p8j")
|
script = ExtResource("1_p0p8j")
|
||||||
quantity = -1
|
text = "BALLTYPE"
|
||||||
unlimited = true
|
quantity = 18
|
||||||
|
|
||||||
[node name="BallLabel" type="Label" parent="."]
|
[node name="BallLabel" type="Label" parent="."]
|
||||||
unique_name_in_owner = true
|
unique_name_in_owner = true
|
||||||
|
@ -35,34 +35,30 @@ grow_vertical = 2
|
||||||
theme_override_constants/outline_size = 10
|
theme_override_constants/outline_size = 10
|
||||||
theme_override_fonts/font = ExtResource("2_bu42i")
|
theme_override_fonts/font = ExtResource("2_bu42i")
|
||||||
theme_override_font_sizes/font_size = 25
|
theme_override_font_sizes/font_size = 25
|
||||||
|
text = "BALLTYPE"
|
||||||
horizontal_alignment = 2
|
horizontal_alignment = 2
|
||||||
|
|
||||||
[node name="QuantityContainer" type="HBoxContainer" parent="BallLabel"]
|
[node name="QuantityContainer" type="HBoxContainer" parent="BallLabel"]
|
||||||
unique_name_in_owner = true
|
unique_name_in_owner = true
|
||||||
visible = false
|
clip_contents = true
|
||||||
layout_mode = 1
|
layout_mode = 1
|
||||||
anchors_preset = -1
|
anchors_preset = -1
|
||||||
anchor_left = 1.0
|
anchor_left = 1.1
|
||||||
anchor_top = 0.8
|
anchor_top = 0.4
|
||||||
anchor_right = 1.0
|
anchor_right = 1.1
|
||||||
anchor_bottom = 0.8
|
anchor_bottom = 0.4
|
||||||
grow_horizontal = 2
|
|
||||||
grow_vertical = 2
|
grow_vertical = 2
|
||||||
theme_override_constants/separation = 0
|
theme_override_constants/separation = 0
|
||||||
|
|
||||||
[node name="Label" type="Label" parent="BallLabel/QuantityContainer"]
|
[node name="Label" type="Label" parent="BallLabel/QuantityContainer"]
|
||||||
layout_mode = 2
|
layout_mode = 2
|
||||||
size_flags_horizontal = 8
|
|
||||||
size_flags_vertical = 8
|
|
||||||
theme_type_variation = &"QuantityLabel"
|
theme_type_variation = &"QuantityLabel"
|
||||||
theme_override_font_sizes/font_size = 22
|
theme_override_font_sizes/font_size = 40
|
||||||
text = "×"
|
text = "×"
|
||||||
|
|
||||||
[node name="QuantityLabel" type="Label" parent="BallLabel/QuantityContainer"]
|
[node name="QuantityLabel" type="Label" parent="BallLabel/QuantityContainer"]
|
||||||
unique_name_in_owner = true
|
unique_name_in_owner = true
|
||||||
layout_mode = 2
|
layout_mode = 2
|
||||||
size_flags_horizontal = 8
|
|
||||||
size_flags_vertical = 8
|
|
||||||
theme_type_variation = &"QuantityLabel"
|
theme_type_variation = &"QuantityLabel"
|
||||||
theme_override_font_sizes/font_size = 22
|
theme_override_font_sizes/font_size = 40
|
||||||
text = "-1"
|
text = "18"
|
||||||
|
|
|
@ -727,6 +727,7 @@ unique_name_in_owner = true
|
||||||
libraries = {
|
libraries = {
|
||||||
"": SubResource("AnimationLibrary_dicse")
|
"": SubResource("AnimationLibrary_dicse")
|
||||||
}
|
}
|
||||||
|
speed_scale = 0.9
|
||||||
|
|
||||||
[node name="ClubSelector" parent="." instance=ExtResource("2_1hdub")]
|
[node name="ClubSelector" parent="." instance=ExtResource("2_1hdub")]
|
||||||
unique_name_in_owner = true
|
unique_name_in_owner = true
|
||||||
|
|
Loading…
Reference in New Issue