@@ -27,12 +27,12 @@ void vertex() {
27
27
28
28
[sub_resource type ="ShaderMaterial" id =2 ]
29
29
shader = SubResource ( 1 )
30
- shader_param/speed = 0
30
+ shader_param/speed = 5
31
31
32
32
[node name ="loading" type ="ColorRect" ]
33
33
anchor_right = 1.0
34
34
anchor_bottom = 1.0
35
- color = Color ( 0 , 0 , 0 , 0.588235 )
35
+ color = Color ( 0 , 0 , 0 , 0.745098 )
36
36
script = ExtResource ( 1 )
37
37
__meta__ = {
38
38
"_edit_use_anchors_" : false
@@ -49,9 +49,9 @@ __meta__ = {
49
49
[node name ="loading2" type ="TextureRect" parent ="VBoxContainer" ]
50
50
material = SubResource ( 2 )
51
51
margin_left = 467.0
52
- margin_top = 228 .0
52
+ margin_top = 246 .0
53
53
margin_right = 557.0
54
- margin_bottom = 318 .0
54
+ margin_bottom = 336 .0
55
55
rect_min_size = Vector2 ( 90 , 90 )
56
56
size_flags_horizontal = 4
57
57
size_flags_vertical = 0
@@ -63,6 +63,7 @@ __meta__ = {
63
63
}
64
64
65
65
[node name ="ProgressBar" type ="ProgressBar" parent ="VBoxContainer" ]
66
+ visible = false
66
67
margin_left = 362.0
67
68
margin_top = 322.0
68
69
margin_right = 662.0
@@ -71,6 +72,7 @@ rect_min_size = Vector2( 300, 0 )
71
72
size_flags_horizontal = 4
72
73
73
74
[node name ="Number" type ="Label" parent ="VBoxContainer" ]
75
+ visible = false
74
76
margin_left = 506.0
75
77
margin_top = 340.0
76
78
margin_right = 518.0
@@ -83,9 +85,9 @@ align = 1
83
85
84
86
[node name ="Message" type ="Label" parent ="VBoxContainer" ]
85
87
margin_left = 483.0
86
- margin_top = 358 .0
88
+ margin_top = 340 .0
87
89
margin_right = 540.0
88
- margin_bottom = 372 .0
90
+ margin_bottom = 354 .0
89
91
grow_horizontal = 2
90
92
grow_vertical = 2
91
93
size_flags_horizontal = 4
0 commit comments