-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrep4ED5.tmp
110 lines (92 loc) · 3.47 KB
/
rep4ED5.tmp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
[gd_scene load_steps=6 format=3 uid="uid://dno35d53whpnp"]
[ext_resource type="StyleBox" uid="uid://8ougcqv66tu6" path="res://skybox.tres" id="1_8vsu3"]
[ext_resource type="Script" path="res://repository.gd" id="1_v4ypf"]
[ext_resource type="Script" path="res://RepoPanel.gd" id="3_5i45t"]
[sub_resource type="LabelSettings" id="LabelSettings_8j4w0"]
font_size = 26
[sub_resource type="LabelSettings" id="LabelSettings_7ddi5"]
font_size = 12
[node name="repository" type="VBoxContainer" groups=["repository"]]
anchors_preset = -1
anchor_top = 0.435
anchor_right = 1.0
anchor_bottom = 0.57
offset_top = -3.05176e-05
offset_bottom = -4.00003
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_v4ypf")
[node name="RepoPanel" type="Panel" parent="."]
clip_children = 2
custom_minimum_size = Vector2(700, 100)
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 6
theme_override_styles/panel = ExtResource("1_8vsu3")
script = ExtResource("3_5i45t")
[node name="VBoxContainer" type="VBoxContainer" parent="RepoPanel"]
layout_mode = 1
anchors_preset = 14
anchor_top = 0.5
anchor_right = 1.0
anchor_bottom = 0.5
offset_left = 32.0
offset_top = -44.0
offset_right = -32.0
offset_bottom = 44.0
grow_horizontal = 2
grow_vertical = 2
mouse_filter = 2
[node name="HBoxContainer" type="HBoxContainer" parent="RepoPanel/VBoxContainer"]
layout_mode = 2
size_flags_vertical = 4
mouse_filter = 2
metadata/_edit_use_anchors_ = true
[node name="Info" type="VBoxContainer" parent="RepoPanel/VBoxContainer/HBoxContainer"]
clip_contents = true
custom_minimum_size = Vector2(500, 0)
layout_mode = 2
size_flags_horizontal = 3
mouse_filter = 2
[node name="Title" type="Label" parent="RepoPanel/VBoxContainer/HBoxContainer/Info"]
custom_minimum_size = Vector2(500, 0)
layout_mode = 2
text = "Title"
label_settings = SubResource("LabelSettings_8j4w0")
autowrap_mode = 3
[node name="Repo" type="Label" parent="RepoPanel/VBoxContainer/HBoxContainer/Info"]
custom_minimum_size = Vector2(500, 0)
layout_mode = 2
text = "Repo"
label_settings = SubResource("LabelSettings_7ddi5")
autowrap_mode = 3
[node name="Desc" type="Label" parent="RepoPanel/VBoxContainer/HBoxContainer/Info"]
custom_minimum_size = Vector2(500, 0)
layout_mode = 2
text = "Desc"
autowrap_mode = 3
[node name="Spacer" type="Label" parent="RepoPanel/VBoxContainer/HBoxContainer/Info"]
visible = false
layout_mode = 2
[node name="Controls" type="VBoxContainer" parent="RepoPanel/VBoxContainer/HBoxContainer"]
layout_mode = 2
size_flags_horizontal = 8
size_flags_vertical = 4
alignment = 1
[node name="Download" type="Button" parent="RepoPanel/VBoxContainer/HBoxContainer/Controls" groups=["download_buttons"]]
visible = false
layout_mode = 2
mouse_default_cursor_shape = 2
text = "Download"
[node name="Start" type="Button" parent="RepoPanel/VBoxContainer/HBoxContainer/Controls" groups=["start_button"]]
visible = false
layout_mode = 2
mouse_default_cursor_shape = 2
text = "Start"
[node name="PluginsList" type="VBoxContainer" parent="RepoPanel/VBoxContainer"]
layout_mode = 2
[node name="GithubHTTPRequest" type="HTTPRequest" parent="."]
[connection signal="repo_download_finished" from="." to="." method="_on_repo_download_finished"]
[connection signal="resized" from="RepoPanel/VBoxContainer" to="RepoPanel" method="_on_info_resized"]
[connection signal="pressed" from="RepoPanel/VBoxContainer/HBoxContainer/Controls/Download" to="." method="download_repo"]
[connection signal="pressed" from="RepoPanel/VBoxContainer/HBoxContainer/Controls/Start" to="." method="_start_repo"]