@@ -27,12 +27,12 @@ void vertex() {
2727
2828[sub_resource type ="ShaderMaterial" id =2 ]
2929shader = SubResource ( 1 )
30- shader_param/speed = 0
30+ shader_param/speed = 5
3131
3232[node name ="loading" type ="ColorRect" ]
3333anchor_right = 1.0
3434anchor_bottom = 1.0
35- color = Color ( 0 , 0 , 0 , 0.588235 )
35+ color = Color ( 0 , 0 , 0 , 0.745098 )
3636script = ExtResource ( 1 )
3737__meta__ = {
3838"_edit_use_anchors_" : false
@@ -49,9 +49,9 @@ __meta__ = {
4949[node name ="loading2" type ="TextureRect" parent ="VBoxContainer" ]
5050material = SubResource ( 2 )
5151margin_left = 467.0
52- margin_top = 228 .0
52+ margin_top = 246 .0
5353margin_right = 557.0
54- margin_bottom = 318 .0
54+ margin_bottom = 336 .0
5555rect_min_size = Vector2 ( 90 , 90 )
5656size_flags_horizontal = 4
5757size_flags_vertical = 0
@@ -63,6 +63,7 @@ __meta__ = {
6363}
6464
6565[node name ="ProgressBar" type ="ProgressBar" parent ="VBoxContainer" ]
66+ visible = false
6667margin_left = 362.0
6768margin_top = 322.0
6869margin_right = 662.0
@@ -71,6 +72,7 @@ rect_min_size = Vector2( 300, 0 )
7172size_flags_horizontal = 4
7273
7374[node name ="Number" type ="Label" parent ="VBoxContainer" ]
75+ visible = false
7476margin_left = 506.0
7577margin_top = 340.0
7678margin_right = 518.0
@@ -83,9 +85,9 @@ align = 1
8385
8486[node name ="Message" type ="Label" parent ="VBoxContainer" ]
8587margin_left = 483.0
86- margin_top = 358 .0
88+ margin_top = 340 .0
8789margin_right = 540.0
88- margin_bottom = 372 .0
90+ margin_bottom = 354 .0
8991grow_horizontal = 2
9092grow_vertical = 2
9193size_flags_horizontal = 4
0 commit comments