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