6 lines
172 B
GDScript
6 lines
172 B
GDScript
class_name MainMenuScene extends Node
|
|
|
|
func _enter_tree() -> void:
|
|
$Control/Label.text = tr("main_menu.label").format({
|
|
inputIcon = "[img=32x32]res://icon.svg[/img]"
|
|
}) |