Skip to content

Commit cb42689

Browse files
committed
1 parent 7e18d9b commit cb42689

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ screenshots/
2020

2121

2222

23+

addons/github-integration/scenes/loading.tscn

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ void vertex() {
2727

2828
[sub_resource type="ShaderMaterial" id=2]
2929
shader = SubResource( 1 )
30-
shader_param/speed = 0
30+
shader_param/speed = 5
3131

3232
[node name="loading" type="ColorRect"]
3333
anchor_right = 1.0
3434
anchor_bottom = 1.0
35-
color = Color( 0, 0, 0, 0.588235 )
35+
color = Color( 0, 0, 0, 0.745098 )
3636
script = ExtResource( 1 )
3737
__meta__ = {
3838
"_edit_use_anchors_": false
@@ -49,9 +49,9 @@ __meta__ = {
4949
[node name="loading2" type="TextureRect" parent="VBoxContainer"]
5050
material = SubResource( 2 )
5151
margin_left = 467.0
52-
margin_top = 228.0
52+
margin_top = 246.0
5353
margin_right = 557.0
54-
margin_bottom = 318.0
54+
margin_bottom = 336.0
5555
rect_min_size = Vector2( 90, 90 )
5656
size_flags_horizontal = 4
5757
size_flags_vertical = 0
@@ -63,6 +63,7 @@ __meta__ = {
6363
}
6464

6565
[node name="ProgressBar" type="ProgressBar" parent="VBoxContainer"]
66+
visible = false
6667
margin_left = 362.0
6768
margin_top = 322.0
6869
margin_right = 662.0
@@ -71,6 +72,7 @@ rect_min_size = Vector2( 300, 0 )
7172
size_flags_horizontal = 4
7273

7374
[node name="Number" type="Label" parent="VBoxContainer"]
75+
visible = false
7476
margin_left = 506.0
7577
margin_top = 340.0
7678
margin_right = 518.0
@@ -83,9 +85,9 @@ align = 1
8385

8486
[node name="Message" type="Label" parent="VBoxContainer"]
8587
margin_left = 483.0
86-
margin_top = 358.0
88+
margin_top = 340.0
8789
margin_right = 540.0
88-
margin_bottom = 372.0
90+
margin_bottom = 354.0
8991
grow_horizontal = 2
9092
grow_vertical = 2
9193
size_flags_horizontal = 4

0 commit comments

Comments
 (0)