forked from Khaligufzel/Dimensionfall
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocumentation.tscn
142 lines (121 loc) · 4.89 KB
/
documentation.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
[gd_scene load_steps=18 format=3 uid="uid://dddjfurdx4wcs"]
[ext_resource type="Script" path="res://Scripts/Documentation.gd" id="1_bo6h8"]
[ext_resource type="Script" path="res://addons/markdownlabel/markdownlabel.gd" id="2_satcq"]
[ext_resource type="Script" path="res://addons/markdownlabel/header_formats/h1_format.gd" id="3_63ons"]
[ext_resource type="Script" path="res://addons/markdownlabel/header_formats/h2_format.gd" id="4_iqloi"]
[ext_resource type="Script" path="res://addons/markdownlabel/header_formats/h3_format.gd" id="5_fmd7x"]
[ext_resource type="Script" path="res://addons/markdownlabel/header_formats/h4_format.gd" id="6_gbqcg"]
[ext_resource type="Script" path="res://addons/markdownlabel/header_formats/h5_format.gd" id="7_3sw1n"]
[ext_resource type="Script" path="res://addons/markdownlabel/header_formats/h6_format.gd" id="8_lyqw1"]
[sub_resource type="Gradient" id="Gradient_my8oh"]
colors = PackedColorArray(0.651769, 0.651769, 0.651769, 1, 1, 1, 1, 1)
[sub_resource type="GradientTexture2D" id="GradientTexture2D_2kumh"]
gradient = SubResource("Gradient_my8oh")
width = 5
height = 400
[sub_resource type="SystemFont" id="SystemFont_53ri7"]
font_names = PackedStringArray("Monospace")
[sub_resource type="Resource" id="Resource_n3x8q"]
resource_local_to_scene = true
script = ExtResource("3_63ons")
font_size = 2.285
is_bold = false
is_italic = false
is_underlined = false
[sub_resource type="Resource" id="Resource_hudy4"]
resource_local_to_scene = true
script = ExtResource("4_iqloi")
font_size = 1.714
is_bold = false
is_italic = false
is_underlined = false
[sub_resource type="Resource" id="Resource_kramt"]
resource_local_to_scene = true
script = ExtResource("5_fmd7x")
font_size = 1.428
is_bold = false
is_italic = false
is_underlined = false
[sub_resource type="Resource" id="Resource_mdkcg"]
resource_local_to_scene = true
script = ExtResource("6_gbqcg")
font_size = 1.142
is_bold = false
is_italic = false
is_underlined = false
[sub_resource type="Resource" id="Resource_8naro"]
resource_local_to_scene = true
script = ExtResource("7_3sw1n")
font_size = 1.0
is_bold = false
is_italic = false
is_underlined = false
[sub_resource type="Resource" id="Resource_hwu7s"]
resource_local_to_scene = true
script = ExtResource("8_lyqw1")
font_size = 0.857
is_bold = false
is_italic = false
is_underlined = false
[node name="HelpMenu" type="Control" node_paths=PackedStringArray("categoryTree", "documentDisplay")]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_bo6h8")
categoryTree = NodePath("VBoxContainer/ContentSplitContainer/VBoxContainer/CategoryTree")
documentDisplay = NodePath("VBoxContainer/ContentSplitContainer/DocumentDisplay")
[node name="VBoxContainer" type="VBoxContainer" parent="."]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="HBoxContainer2" type="HBoxContainer" parent="VBoxContainer"]
layout_mode = 2
[node name="BackButton" type="Button" parent="VBoxContainer/HBoxContainer2"]
layout_mode = 2
theme_override_font_sizes/font_size = 24
text = "Back"
[node name="TitleLabel" type="Label" parent="VBoxContainer/HBoxContainer2"]
layout_mode = 2
size_flags_horizontal = 6
theme_override_font_sizes/font_size = 25
text = "Help"
[node name="ContentSplitContainer" type="HSplitContainer" parent="VBoxContainer"]
layout_mode = 2
size_flags_vertical = 3
theme_override_icons/grabber = SubResource("GradientTexture2D_2kumh")
[node name="VBoxContainer" type="VBoxContainer" parent="VBoxContainer/ContentSplitContainer"]
layout_mode = 2
size_flags_horizontal = 3
size_flags_stretch_ratio = 0.25
[node name="CategoryLabel" type="Label" parent="VBoxContainer/ContentSplitContainer/VBoxContainer"]
layout_mode = 2
theme_override_font_sizes/font_size = 25
text = "Categories"
[node name="CategoryTree" type="Tree" parent="VBoxContainer/ContentSplitContainer/VBoxContainer"]
layout_mode = 2
size_flags_vertical = 3
[node name="DocumentDisplay" type="RichTextLabel" parent="VBoxContainer/ContentSplitContainer"]
layout_mode = 2
size_flags_horizontal = 3
size_flags_stretch_ratio = 0.75
theme_override_fonts/mono_font = SubResource("SystemFont_53ri7")
bbcode_enabled = true
text = "[font_size=22]Welcome to the documentation menu[/font_size]
Select an item from the list to read more"
script = ExtResource("2_satcq")
markdown_text = "### Welcome to the documentation menu
Select an item from the list to read more"
h1 = SubResource("Resource_n3x8q")
h2 = SubResource("Resource_hudy4")
h3 = SubResource("Resource_kramt")
h4 = SubResource("Resource_mdkcg")
h5 = SubResource("Resource_8naro")
h6 = SubResource("Resource_hwu7s")
[connection signal="pressed" from="VBoxContainer/HBoxContainer2/BackButton" to="." method="_on_back_button_pressed"]
[connection signal="meta_clicked" from="VBoxContainer/ContentSplitContainer/DocumentDisplay" to="." method="_on_document_display_meta_clicked"]