This repository has been archived by the owner on Apr 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Main.tscn
191 lines (161 loc) · 5.82 KB
/
Main.tscn
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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
[gd_scene load_steps=10 format=2]
[ext_resource path="res://Lato-Regular-Font.tres" type="DynamicFontData" id=1]
[ext_resource path="res://App.gd" type="Script" id=2]
[ext_resource path="res://icon.png" type="Texture" id=3]
[ext_resource path="res://TitleBar.gd" type="Script" id=4]
[sub_resource type="DynamicFont" id=1]
size = 17
font_data = ExtResource( 1 )
[sub_resource type="Theme" id=2]
default_font = SubResource( 1 )
[sub_resource type="DynamicFont" id=3]
size = 32
use_mipmaps = true
use_filter = true
font_data = ExtResource( 1 )
[sub_resource type="DynamicFont" id=4]
size = 13
font_data = ExtResource( 1 )
[sub_resource type="DynamicFont" id=5]
font_data = ExtResource( 1 )
[node name="Control" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
theme = SubResource( 2 )
script = ExtResource( 2 )
__meta__ = {
"_edit_lock_": true
}
[node name="Background" type="ColorRect" parent="."]
margin_right = 470.0
margin_bottom = 267.0
mouse_filter = 2
color = Color( 0.0878906, 0.10467, 0.140625, 1 )
__meta__ = {
"_edit_lock_": true
}
[node name="SystemSelector" type="OptionButton" parent="."]
margin_left = 160.0
margin_top = 127.0
margin_right = 248.0
margin_bottom = 157.0
text = "x64"
flat = true
items = [ "x64", null, false, -1, null, "x32", null, false, -1, null ]
selected = 0
[node name="OSSelector" type="OptionButton" parent="."]
margin_left = 20.0
margin_top = 127.0
margin_right = 149.0
margin_bottom = 157.0
text = "Windows"
flat = true
items = [ "Windows", null, false, -1, null, "Mac", null, false, -1, null, "Linux", null, false, -1, null ]
selected = 0
[node name="DownloadButton" type="Button" parent="."]
margin_left = 20.0
margin_top = 166.0
margin_right = 250.0
margin_bottom = 216.0
text = "Download"
[node name="ProgressBar" type="ProgressBar" parent="."]
margin_left = 18.0
margin_top = 226.0
margin_right = 450.0
margin_bottom = 250.0
value = 56.08
percent_visible = false
[node name="Title" type="Label" parent="."]
margin_left = 100.0
margin_top = 41.0
margin_right = 310.0
margin_bottom = 80.0
custom_fonts/font = SubResource( 3 )
text = "Godot Nightly"
align = 1
[node name="AboutButton" type="Button" parent="."]
self_modulate = Color( 1, 1, 1, 0.415686 )
margin_left = 380.0
margin_top = 41.0
margin_right = 438.0
margin_bottom = 68.0
text = "About"
flat = true
[node name="Logo" type="Sprite" parent="."]
position = Vector2( 54, 69 )
scale = Vector2( 0.875, 0.875 )
texture = ExtResource( 3 )
[node name="Version" type="Label" parent="."]
margin_left = 106.0
margin_top = 77.0
margin_right = 153.0
margin_bottom = 98.0
text = "v0.1.1"
[node name="Warning" type="RichTextLabel" parent="."]
margin_left = 280.0
margin_top = 127.0
margin_right = 440.0
margin_bottom = 227.0
custom_fonts/normal_font = SubResource( 4 )
bbcode_enabled = true
bbcode_text = "The stability of these builds is not guaranteed. Use them at your own risk. Official stable releases are available [url=https://godotengine.org/download]here[/url]."
text = "The stability of these builds is not guaranteed. Use them at your own risk. Official stable releases are available here."
[node name="AboutDialog" type="AcceptDialog" parent="."]
editor/display_folded = true
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -175.0
margin_top = -91.0
margin_right = 175.0
margin_bottom = 91.0
window_title = "About Godot Nightly"
[node name="Label2" type="RichTextLabel" parent="AboutDialog"]
margin_left = 8.0
margin_top = 8.0
margin_right = 342.0
margin_bottom = 139.0
custom_fonts/normal_font = SubResource( 5 )
bbcode_enabled = true
bbcode_text = "Coded by [url=https://www.patreon.com/coppolaemilio]Emilio Coppola[/url] and [url=https://github.com/coppolaemilio/godot-nightly/graphs/contributors]contributors[/url] 2019. Made with [url=https://godotengine.org]Godot Engine[/url] 3.1
Visit the [url=https://github.com/coppolaemilio/godot-nightly]repository[/url] to file bug reports or contribute!
Builds from [url=https://hugo.pro/projects/godot-builds/]Hugo Lucurcio[/url]'s Unofficial Godot Engine builds"
text = "Coded by Emilio Coppola and contributors 2019. Made with Godot Engine 3.1
Visit the repository to file bug reports or contribute!
Builds from Hugo Lucurcio's Unofficial Godot Engine builds"
[node name="HTTPRequest" type="HTTPRequest" parent="."]
[node name="TitleBar" type="Control" parent="."]
anchor_right = 1.0
margin_bottom = 33.0
script = ExtResource( 4 )
[node name="ColorRect" type="ColorRect" parent="TitleBar"]
anchor_right = 1.0
anchor_bottom = 1.0
mouse_filter = 1
color = Color( 0.138062, 0.166409, 0.226563, 1 )
[node name="CloseButton" type="Button" parent="TitleBar"]
anchor_left = 1.0
anchor_right = 1.0
margin_left = -31.0
margin_top = 2.0
margin_bottom = 29.0
text = "X"
flat = true
[node name="MinimizeButton" type="Button" parent="TitleBar"]
margin_left = 410.562
margin_top = 2.0
margin_right = 438.562
margin_bottom = 29.0
text = "_"
flat = true
[connection signal="item_selected" from="SystemSelector" to="." method="_on_SystemSelector_item_selected"]
[connection signal="item_selected" from="OSSelector" to="." method="_on_OSSelector_item_selected"]
[connection signal="pressed" from="DownloadButton" to="." method="_on_DownloadButton_pressed"]
[connection signal="pressed" from="AboutButton" to="." method="_on_AboutButton_pressed"]
[connection signal="meta_clicked" from="Warning" to="." method="_on_Warning_meta_clicked"]
[connection signal="meta_clicked" from="AboutDialog/Label2" to="." method="_on_Label2_meta_clicked"]
[connection signal="request_completed" from="HTTPRequest" to="." method="_on_HTTPRequest_request_completed"]
[connection signal="gui_input" from="TitleBar" to="TitleBar" method="_on_TitleBar_gui_input"]
[connection signal="pressed" from="TitleBar/CloseButton" to="TitleBar" method="_on_CloseButton_pressed"]
[connection signal="pressed" from="TitleBar/MinimizeButton" to="TitleBar" method="_on_MinimizeButton_pressed"]