forked from AdastralGroup/belmont
-
Notifications
You must be signed in to change notification settings - Fork 0
/
oops.tscn
69 lines (60 loc) · 2.13 KB
/
oops.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
[gd_scene load_steps=5 format=3 uid="uid://da7m6swunt04t"]
[ext_resource type="Texture2D" uid="uid://diee7uq3voana" path="res://assets/adastral-256.svg" id="1_878ms"]
[ext_resource type="FontFile" uid="uid://pskwpwxk0pd4" path="res://fonts/HankenGrotesk-SemiBold.ttf" id="2_cx3cw"]
[sub_resource type="CanvasItemMaterial" id="CanvasItemMaterial_2ld2c"]
[sub_resource type="CanvasItemMaterial" id="CanvasItemMaterial_nkphv"]
blend_mode = 2
[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
[node name="Panel" type="ColorRect" parent="."]
material = SubResource("CanvasItemMaterial_2ld2c")
layout_mode = 0
offset_right = 770.0
offset_bottom = 350.0
color = Color(0, 0.27451, 0.490196, 1)
[node name="TextureRect" type="TextureRect" parent="."]
modulate = Color(1, 1, 1, 0.0431373)
material = SubResource("CanvasItemMaterial_nkphv")
layout_mode = 0
offset_left = -314.0
offset_top = -116.0
offset_right = 286.0
offset_bottom = 484.0
texture = ExtResource("1_878ms")
[node name="RichTextLabel" type="RichTextLabel" parent="."]
layout_mode = 0
offset_left = 64.0
offset_top = 73.0
offset_right = 708.0
offset_bottom = 184.0
theme_override_fonts/normal_font = ExtResource("2_cx3cw")
theme_override_font_sizes/normal_font_size = 20
bbcode_enabled = true
text = "[center]This error is recoverable, but we haven't implemented an error handler for this yet. Not much you can do besides restart but at least you can rest in comfort knowing that this won't happen down the road."
scroll_active = false
[node name="Label" type="Label" parent="."]
layout_mode = 0
offset_left = 64.0
offset_top = 10.0
offset_right = 708.0
offset_bottom = 79.0
theme_override_fonts/font = ExtResource("2_cx3cw")
theme_override_font_sizes/font_size = 50
text = "Oops."
horizontal_alignment = 1
[node name="Label2" type="Label" parent="."]
layout_mode = 0
offset_left = 64.0
offset_top = 209.0
offset_right = 708.0
offset_bottom = 316.0
theme_override_fonts/font = ExtResource("2_cx3cw")
theme_override_font_sizes/font_size = 27
text = "Error: -1 (Error has not been inputted.)
"
horizontal_alignment = 1