Add translate for loading scene

This commit is contained in:
VAILLANT Jeremy
2021-05-09 23:32:43 +02:00
parent 90591e098e
commit 0de0aa262b
4 changed files with 14 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
extends Control
func _ready():
$ColorRect/CenterContainer/VBoxContainer/Label.text = tr("LOADING")