implement delivery ready indicator logic + off-color detection

This commit is contained in:
god
2026-07-06 02:41:37 +08:00
parent 717e8cedae
commit a7a4ca68aa
4 changed files with 99 additions and 14 deletions
+10
View File
@@ -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