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 -1
View File
@@ -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"]
anchor_right = 1.0
anchor_bottom = 1.0
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}