implement delivery ready indicator logic + off-color detection
This commit is contained in:
@@ -102,4 +102,14 @@ theme_override_colors/font_outline_color = Color(0, 0, 0, 1)
|
||||
theme_override_constants/outline_size = 5
|
||||
theme_override_fonts/font = ExtResource("1_font")
|
||||
text = "Score: 0"
|
||||
horizontal_alignment = 1
|
||||
|
||||
[node name="DeliveryIndicator" type="Label" parent="BottomContainer/HBoxContainer/ScorePanel"]
|
||||
layout_mode = 2
|
||||
theme_override_font_sizes/font_size = 20
|
||||
theme_override_colors/font_color = Color(1.0, 1.0, 0.2, 1)
|
||||
theme_override_colors/font_outline_color = Color(0, 0, 0, 1)
|
||||
theme_override_constants/outline_size = 5
|
||||
theme_override_fonts/font = ExtResource("1_font")
|
||||
text = ""
|
||||
horizontal_alignment = 1
|
||||
Reference in New Issue
Block a user