Add translate for loading scene
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
extends Control
|
||||
|
||||
func _ready():
|
||||
$ColorRect/CenterContainer/VBoxContainer/Label.text = tr("LOADING")
|
||||
Reference in New Issue
Block a user