Update UI text labels for consistency and internationalization; refactor HUD text handling
This commit is contained in:
@@ -51,7 +51,7 @@ theme_override_constants/separation = 8
|
||||
|
||||
[node name="Health Label" type="Label" parent="PanelContainer/MarginContainer/HBoxContainer"]
|
||||
layout_mode = 2
|
||||
text = "Health"
|
||||
text = "HEALTH"
|
||||
label_settings = ExtResource("1_4dsh5")
|
||||
uppercase = true
|
||||
|
||||
@@ -68,12 +68,12 @@ show_percentage = false
|
||||
|
||||
[node name="Lives" type="Label" parent="PanelContainer/MarginContainer/HBoxContainer"]
|
||||
layout_mode = 2
|
||||
text = "Lives 3"
|
||||
text = "LIVES"
|
||||
label_settings = ExtResource("1_4dsh5")
|
||||
uppercase = true
|
||||
|
||||
[node name="Coins label" type="Label" parent="PanelContainer/MarginContainer/HBoxContainer"]
|
||||
layout_mode = 2
|
||||
text = "Coins 33"
|
||||
text = "COINS"
|
||||
label_settings = ExtResource("1_4dsh5")
|
||||
uppercase = true
|
||||
|
Reference in New Issue
Block a user