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