Lots of localization setup, added controller BBCode stuff also.

This commit is contained in:
2025-05-25 14:09:40 -05:00
parent f5cb84e0c9
commit 6a39e1f2df
825 changed files with 16497 additions and 18 deletions

View File

@@ -1,6 +1,7 @@
class_name MainMenuScene extends Node
func _enter_tree() -> void:
$Control/Label.text = tr("main_menu.label").format({
inputIcon = "[img=32x32]res://icon.svg[/img]"
})
pass
# $Control/Label.text = tr("main_menu.label").format({
# inputIcon = "[img=32x32]res://icon.svg[/img]"
# })