Close #8 - Fix loading value progress
This commit is contained in:
+16
-3
@@ -20,19 +20,32 @@ __meta__ = {
|
||||
}
|
||||
|
||||
[node name="CenterContainer" type="CenterContainer" parent="ColorRect"]
|
||||
margin_top = 282.0
|
||||
margin_right = 1024.0
|
||||
margin_bottom = 600.0
|
||||
margin_bottom = 282.0
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="ColorRect/CenterContainer"]
|
||||
margin_left = 479.0
|
||||
margin_top = 293.0
|
||||
margin_right = 544.0
|
||||
margin_bottom = 307.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
|
||||
|
||||
Reference in New Issue
Block a user