chore: Add default text to HUD controls for easier debugging

This commit is contained in:
Dendy 2026-03-05 13:04:08 +01:00
parent 2497207be8
commit 240c05bc66
1 changed files with 2 additions and 0 deletions

View File

@ -61,6 +61,7 @@ offset_top = 10.0
offset_right = 110.0
offset_bottom = 33.0
theme_override_colors/font_color = Color(0, 0, 0, 1)
text = "XX:XX"
[node name="StaminaLabel" type="Label" parent="HUD" unique_id=762689230]
layout_mode = 0
@ -69,6 +70,7 @@ offset_top = 41.0
offset_right = 110.0
offset_bottom = 64.0
theme_override_colors/font_color = Color(0.83137256, 0, 0.18039216, 1)
text = "Stamina"
[node name="Hurtbox" type="Area3D" parent="." unique_id=2004081669]