52 lines
1.2 KiB
Plaintext
52 lines
1.2 KiB
Plaintext
[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
|
|
}
|
|
|
|
[node name="ColorRect" type="ColorRect" parent="."]
|
|
margin_right = 1024.0
|
|
margin_bottom = 600.0
|
|
rect_scale = Vector2( 1.00231, 1 )
|
|
color = Color( 0, 0, 0, 1 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="CenterContainer" type="CenterContainer" parent="ColorRect"]
|
|
margin_top = 282.0
|
|
margin_right = 1024.0
|
|
margin_bottom = 282.0
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="ColorRect/CenterContainer"]
|
|
margin_left = 479.0
|
|
margin_right = 544.0
|
|
margin_bottom = 32.0
|
|
alignment = 1
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="Label" type="Label" parent="ColorRect/CenterContainer/VBoxContainer"]
|
|
margin_right = 65.0
|
|
margin_bottom = 14.0
|
|
text = "Loading ..."
|
|
align = 1
|
|
|
|
[node name="ProgressBar" type="ProgressBar" parent="ColorRect/CenterContainer/VBoxContainer"]
|
|
margin_top = 18.0
|
|
margin_right = 65.0
|
|
margin_bottom = 32.0
|
|
max_value = 1.0
|
|
step = 0.1
|
|
rounded = true
|