Add translate for loading scene
This commit is contained in:
@@ -22,3 +22,6 @@ msgstr "About"
|
|||||||
|
|
||||||
msgid "MAIN_BUTTON_QUIT"
|
msgid "MAIN_BUTTON_QUIT"
|
||||||
msgstr "Exit"
|
msgstr "Exit"
|
||||||
|
|
||||||
|
msgid "LOADING"
|
||||||
|
msgstr "Loading ..."
|
||||||
|
|||||||
@@ -22,3 +22,6 @@ msgstr "Credit"
|
|||||||
|
|
||||||
msgid "MAIN_BUTTON_QUIT"
|
msgid "MAIN_BUTTON_QUIT"
|
||||||
msgstr "Quit"
|
msgstr "Quit"
|
||||||
|
|
||||||
|
msgid "LOADING"
|
||||||
|
msgstr "Chargement ..."
|
||||||
|
|||||||
@@ -0,0 +1,4 @@
|
|||||||
|
extends Control
|
||||||
|
|
||||||
|
func _ready():
|
||||||
|
$ColorRect/CenterContainer/VBoxContainer/Label.text = tr("LOADING")
|
||||||
@@ -1,8 +1,11 @@
|
|||||||
[gd_scene format=2]
|
[gd_scene load_steps=2 format=2]
|
||||||
|
|
||||||
|
[ext_resource path="res://scenes/UI/Loading.gd" type="Script" id=1]
|
||||||
|
|
||||||
[node name="Control" type="Control"]
|
[node name="Control" type="Control"]
|
||||||
anchor_right = 1.0
|
anchor_right = 1.0
|
||||||
anchor_bottom = 1.0
|
anchor_bottom = 1.0
|
||||||
|
script = ExtResource( 1 )
|
||||||
__meta__ = {
|
__meta__ = {
|
||||||
"_edit_use_anchors_": false
|
"_edit_use_anchors_": false
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user