Lots of localization setup, added controller BBCode stuff also.
This commit is contained in:
@@ -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]"
|
||||
# })
|
||||
|
Reference in New Issue
Block a user