added i18n keys for ingame item descriptions and button prompts

This commit is contained in:
2025-08-20 19:30:30 +10:00
parent 198177bbae
commit 2859b6dd43
50 changed files with 297 additions and 114 deletions

View File

@@ -33,7 +33,7 @@ func _process(delta: float) -> void:
func set_card(card: Card) -> void:
$HBoxContainer/Label.text = card.display_name
$HBoxContainer/Label.text = tr(card.display_name)
match(card.rarity):
Data.Rarity.COMMON:
style.bg_color = common_background