24 lines
660 B
Text
24 lines
660 B
Text
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://assets/GUI/themes/login_theme.theme" type="Theme" id=1]
|
|
[ext_resource path="res://assets/GUI/images/register-Khanat-background.png" type="Texture" id=2]
|
|
|
|
[node name="wait_connexion" type="Control"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="texture_rect" type="TextureRect" parent="."]
|
|
margin_right = 40.0
|
|
margin_bottom = 40.0
|
|
texture = ExtResource( 2 )
|
|
|
|
[node name="label" type="Label" parent="."]
|
|
margin_left = 519.333
|
|
margin_top = 325.351
|
|
margin_right = 696.333
|
|
margin_bottom = 342.351
|
|
theme = ExtResource( 1 )
|
|
text = "Wait connexion to server"
|