chore: Add default text to HUD controls for easier debugging
This commit is contained in:
parent
2497207be8
commit
240c05bc66
|
|
@ -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]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue