Files
puzzle-quest/scenes/UI/Loading.tscn
T

52 lines
1.2 KiB
Plaintext
Raw Normal View History

2021-05-09 23:32:43 +02:00
[gd_scene load_steps=2 format=2]
[ext_resource path="res://scenes/UI/Loading.gd" type="Script" id=1]
2021-05-09 17:10:24 +02:00
[node name="Control" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
2021-05-09 23:32:43 +02:00
script = ExtResource( 1 )
2021-05-09 17:10:24 +02:00
__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"]
2021-05-10 15:32:22 +02:00
margin_top = 282.0
2021-05-09 17:10:24 +02:00
margin_right = 1024.0
2021-05-10 15:32:22 +02:00
margin_bottom = 282.0
2021-05-09 17:10:24 +02:00
__meta__ = {
"_edit_use_anchors_": false
}
[node name="VBoxContainer" type="VBoxContainer" parent="ColorRect/CenterContainer"]
margin_left = 479.0
margin_right = 544.0
2021-05-10 15:32:22 +02:00
margin_bottom = 32.0
alignment = 1
__meta__ = {
"_edit_use_anchors_": false
}
2021-05-09 17:10:24 +02:00
[node name="Label" type="Label" parent="ColorRect/CenterContainer/VBoxContainer"]
margin_right = 65.0
margin_bottom = 14.0
text = "Loading ..."
2021-05-10 15:32:22 +02:00
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