Refactor HUD and level names for internationalization; update tooltip texts and descriptions

This commit is contained in:
2025-05-25 15:16:55 +02:00
parent 25676db130
commit 5da55f3718
19 changed files with 39 additions and 27 deletions

View File

@@ -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"
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"
text = "LIVES_LABEL"
label_settings = ExtResource("1_4dsh5")
uppercase = true
[node name="Coins label" type="Label" parent="PanelContainer/MarginContainer/HBoxContainer"]
layout_mode = 2
text = "COINS"
text = "COINS_LABEL"
label_settings = ExtResource("1_4dsh5")
uppercase = true