5 lines
75 B
GDScript
5 lines
75 B
GDScript
extends Control
|
|
|
|
func _ready():
|
|
$VBoxContainer/Label.text = tr("LOADING")
|