This repository was archived by the owner on Jun 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathboot.tscn
More file actions
138 lines (124 loc) · 3.8 KB
/
Copy pathboot.tscn
File metadata and controls
138 lines (124 loc) · 3.8 KB
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
[gd_scene load_steps=7 format=3 uid="uid://cds1iuxdlfc86"]
[ext_resource type="Theme" uid="uid://bqpi1momfja7u" path="res://themes/base.tres" id="1_1k54t"]
[ext_resource type="Script" path="res://init.gd" id="2_vhxfp"]
[ext_resource type="Texture2D" uid="uid://diee7uq3voana" path="res://assets/adastral-256.svg" id="3_gsxu1"]
[ext_resource type="FontVariation" uid="uid://th0tjv2xcuen" path="res://fonts/main_font.tres" id="4_6hwq1"]
[ext_resource type="FontFile" uid="uid://cknx8yer7op7k" path="res://fonts/HankenGrotesk.ttf" id="5_ej7of"]
[sub_resource type="FontVariation" id="FontVariation_lse8k"]
base_font = ExtResource("5_ej7of")
spacing_glyph = -3
[node name="root" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
theme = ExtResource("1_1k54t")
script = ExtResource("2_vhxfp")
[node name="TextureRect" type="TextureRect" parent="."]
modulate = Color(1, 1, 1, 0.137255)
layout_mode = 0
offset_left = 124.0
offset_top = -583.0
offset_right = 624.0
offset_bottom = -83.0
pivot_offset = Vector2(250, 250)
texture = ExtResource("3_gsxu1")
expand_mode = 1
[node name="TextureRect2" type="TextureRect" parent="."]
modulate = Color(1, 0.447059, 0, 0.137255)
layout_mode = 0
offset_left = -521.0
offset_top = 379.0
offset_right = -21.0
offset_bottom = 879.0
pivot_offset = Vector2(250, 250)
texture = ExtResource("3_gsxu1")
expand_mode = 1
[node name="TextureRect5" type="TextureRect" parent="."]
modulate = Color(1, 0.0313726, 0, 0.137255)
layout_mode = 0
offset_left = -1466.0
offset_top = -721.0
offset_right = -966.0
offset_bottom = -221.0
pivot_offset = Vector2(250, 250)
texture = ExtResource("3_gsxu1")
expand_mode = 1
[node name="TextureRect6" type="TextureRect" parent="."]
modulate = Color(1, 0.92549, 0, 0.137255)
layout_mode = 0
offset_left = 3232.0
offset_top = 310.0
offset_right = 3732.0
offset_bottom = 810.0
pivot_offset = Vector2(250, 250)
texture = ExtResource("3_gsxu1")
expand_mode = 1
[node name="TextureRect3" type="TextureRect" parent="."]
modulate = Color(0.196078, 1, 0, 0.137255)
layout_mode = 0
offset_left = 771.0
offset_top = 349.0
offset_right = 1271.0
offset_bottom = 849.0
pivot_offset = Vector2(250, 250)
texture = ExtResource("3_gsxu1")
expand_mode = 1
[node name="TextureRect4" type="TextureRect" parent="."]
modulate = Color(0, 0.0627451, 1, 0.137255)
layout_mode = 0
offset_left = 1282.0
offset_top = -690.0
offset_right = 1782.0
offset_bottom = -190.0
pivot_offset = Vector2(250, 250)
texture = ExtResource("3_gsxu1")
expand_mode = 1
[node name="Label" type="Label" parent="."]
layout_mode = 0
offset_left = 232.0
offset_top = 143.0
offset_right = 594.0
offset_bottom = 196.0
theme_override_colors/font_color = Color(1, 1, 1, 1)
theme_override_fonts/font = ExtResource("4_6hwq1")
theme_override_font_sizes/font_size = 40
text = "Adastral Initialising..."
[node name="Label2" type="Label" parent="."]
visible = false
layout_mode = 0
offset_left = 560.0
offset_top = 16.0
offset_right = 759.0
offset_bottom = 124.0
theme_override_fonts/font = ExtResource("4_6hwq1")
theme_override_font_sizes/font_size = 25
text = "L3 Checks: OK.
Up to date.
Sanity Checks: OK.
Launching."
[node name="Node2D" type="Node2D" parent="."]
visible = false
position = Vector2(119, 100)
metadata/_edit_group_ = true
[node name="TextureRect4" type="TextureRect" parent="Node2D"]
offset_right = 200.0
offset_bottom = 200.0
pivot_offset = Vector2(100, 100)
texture = ExtResource("3_gsxu1")
expand_mode = 1
[node name="Label3" type="Label" parent="."]
visible = false
layout_mode = 0
offset_left = 340.0
offset_top = 142.0
offset_right = 606.0
offset_bottom = 240.0
theme_override_colors/font_color = Color(1, 1, 1, 1)
theme_override_fonts/font = SubResource("FontVariation_lse8k")
theme_override_font_sizes/font_size = 75
text = "Adastral"
visible_characters = 0
visible_ratio = 0.0