-
-
Notifications
You must be signed in to change notification settings - Fork 222
/
start.tscn
102 lines (87 loc) · 2.74 KB
/
start.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
[gd_scene load_steps=5 format=3 uid="uid://duji76be1f1bq"]
[ext_resource type="Script" path="res://start.gd" id="1"]
[ext_resource type="Texture2D" uid="uid://cfugy4gny4tfh" path="res://material_maker/icons/godot_logo.svg" id="3"]
[ext_resource type="FontFile" uid="uid://dttdyavpec18b" path="res://material_maker/fonts/vegur_regular.otf" id="3_vds4x"]
[ext_resource type="Texture2D" uid="uid://dntvnke4pcqqf" path="res://icon.png" id="4"]
[node name="Start" type="Panel"]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
size_flags_horizontal = 3
size_flags_vertical = 3
script = ExtResource("1")
[node name="VBoxContainer" type="VBoxContainer" parent="."]
layout_mode = 0
anchor_left = 0.5
anchor_right = 0.5
anchor_bottom = 1.0
offset_left = -221.0
offset_right = 221.0
alignment = 1
[node name="Space1" type="Control" parent="VBoxContainer"]
custom_minimum_size = Vector2(0, 40)
layout_mode = 2
size_flags_horizontal = 0
size_flags_stretch_ratio = 2.0
[node name="Icon" type="TextureRect" parent="VBoxContainer"]
layout_mode = 2
size_flags_horizontal = 4
texture = ExtResource("4")
stretch_mode = 1
[node name="Space2" type="Control" parent="VBoxContainer"]
custom_minimum_size = Vector2(0, 40)
layout_mode = 2
size_flags_horizontal = 0
size_flags_stretch_ratio = 2.0
[node name="Title" type="Label" parent="VBoxContainer"]
layout_mode = 2
theme_override_fonts/font = ExtResource("3_vds4x")
theme_override_font_sizes/font_size = 70
text = "Material Maker"
horizontal_alignment = 1
[node name="Label" type="Label" parent="VBoxContainer"]
layout_mode = 2
[node name="ProgressBar" type="ProgressBar" parent="VBoxContainer"]
custom_minimum_size = Vector2(250, 16)
layout_mode = 2
size_flags_horizontal = 4
[node name="Space3" type="Control" parent="VBoxContainer"]
layout_mode = 2
size_flags_horizontal = 0
size_flags_vertical = 3
size_flags_stretch_ratio = 0.75
[node name="Label2" type="Label" parent="VBoxContainer"]
layout_mode = 2
text = "Powered by"
horizontal_alignment = 1
[node name="TextureRect" type="TextureRect" parent="VBoxContainer"]
layout_mode = 2
size_flags_horizontal = 4
texture = ExtResource("3")
[node name="Space4" type="Control" parent="VBoxContainer"]
layout_mode = 2
size_flags_horizontal = 0
size_flags_vertical = 3
size_flags_stretch_ratio = 0.75
[node name="ErrorPanel" type="Panel" parent="."]
visible = false
layout_mode = 0
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -268.5
offset_top = -76.0
offset_right = 268.5
offset_bottom = 76.0
pivot_offset = Vector2(267.976, 75.7381)
[node name="Label" type="Label" parent="ErrorPanel"]
layout_mode = 0
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = 10.0
offset_top = 10.0
offset_right = -10.0
offset_bottom = -10.0