-
Notifications
You must be signed in to change notification settings - Fork 3
/
main_panel.tscn
175 lines (137 loc) · 5.65 KB
/
main_panel.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
[gd_scene load_steps=4 format=3 uid="uid://bkw716jprs1ik"]
[ext_resource type="Script" path="res://addons/screen_console/main_panel.gd" id="1_trmv1"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_osyjl"]
[sub_resource type="LabelSettings" id="LabelSettings_0dncg"]
font_size = 24
[node name="MainPanel" type="VBoxContainer" node_paths=PackedStringArray("_left_value")]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_trmv1")
_left_value = NodePath("")
[node name="BasicConfigVBoxContainer" type="VBoxContainer" parent="."]
layout_mode = 2
[node name="AppearanceLabel" type="Label" parent="BasicConfigVBoxContainer"]
layout_mode = 2
theme_override_styles/normal = SubResource("StyleBoxFlat_osyjl")
text = "Basic Config"
label_settings = SubResource("LabelSettings_0dncg")
[node name="DebugEnabledHBoxContainer" type="HBoxContainer" parent="BasicConfigVBoxContainer"]
layout_mode = 2
theme_override_constants/separation = 10
[node name="Label" type="Label" parent="BasicConfigVBoxContainer/DebugEnabledHBoxContainer"]
layout_mode = 2
text = "Debug Enabled: "
[node name="DebugEnabledCheckBox" type="CheckBox" parent="BasicConfigVBoxContainer/DebugEnabledHBoxContainer"]
layout_mode = 2
button_pressed = true
[node name="TimeoutHBoxContainer" type="HBoxContainer" parent="BasicConfigVBoxContainer"]
layout_mode = 2
theme_override_constants/separation = 10
[node name="Label" type="Label" parent="BasicConfigVBoxContainer/TimeoutHBoxContainer"]
layout_mode = 2
text = "Timeout: "
[node name="TimeoutLineEdit" type="SpinBox" parent="BasicConfigVBoxContainer/TimeoutHBoxContainer"]
layout_mode = 2
size_flags_horizontal = 3
step = 0.1
value = 30.0
[node name="TimestampHBoxContainer" type="HBoxContainer" parent="BasicConfigVBoxContainer"]
layout_mode = 2
theme_override_constants/separation = 10
[node name="Label" type="Label" parent="BasicConfigVBoxContainer/TimestampHBoxContainer"]
layout_mode = 2
text = "Show timestamp: "
[node name="TimestampCheckBox" type="CheckBox" parent="BasicConfigVBoxContainer/TimestampHBoxContainer"]
layout_mode = 2
button_pressed = true
[node name="BufferHBoxContainer" type="HBoxContainer" parent="BasicConfigVBoxContainer"]
layout_mode = 2
theme_override_constants/separation = 10
[node name="Label" type="Label" parent="BasicConfigVBoxContainer/BufferHBoxContainer"]
layout_mode = 2
text = "Messages buffer:"
[node name="BufferLineEdit" type="SpinBox" parent="BasicConfigVBoxContainer/BufferHBoxContainer"]
layout_mode = 2
size_flags_horizontal = 3
max_value = 50.0
value = 10.0
[node name="LayoutVBoxContainer" type="VBoxContainer" parent="."]
layout_mode = 2
[node name="LayoutLabel" type="Label" parent="LayoutVBoxContainer"]
layout_mode = 2
theme_override_styles/normal = SubResource("StyleBoxFlat_osyjl")
text = "Layout
"
label_settings = SubResource("LabelSettings_0dncg")
[node name="VerticalSpaceHBoxContainer" type="HBoxContainer" parent="LayoutVBoxContainer"]
layout_mode = 2
theme_override_constants/separation = 10
[node name="VerticalSpaceLabel" type="Label" parent="LayoutVBoxContainer/VerticalSpaceHBoxContainer"]
layout_mode = 2
text = "Vertical Space: "
[node name="VerticalSpaceLineEdit" type="SpinBox" parent="LayoutVBoxContainer/VerticalSpaceHBoxContainer"]
layout_mode = 2
size_flags_horizontal = 3
value = 40.0
[node name="AnchorHBoxContainer" type="HBoxContainer" parent="LayoutVBoxContainer"]
layout_mode = 2
[node name="AnchorLabel" type="Label" parent="LayoutVBoxContainer/AnchorHBoxContainer"]
layout_mode = 2
text = "Anchor to: "
[node name="AnchorOptionButton" type="OptionButton" parent="LayoutVBoxContainer/AnchorHBoxContainer"]
layout_mode = 2
disabled = true
item_count = 4
selected = 0
popup/item_0/text = "Top-Left"
popup/item_0/id = 0
popup/item_1/text = "Top-Right"
popup/item_1/id = 1
popup/item_2/text = "Bottom-Left"
popup/item_2/id = 2
popup/item_3/text = "Bottom-Right"
popup/item_3/id = 3
[node name="AppearanceVBoxContainer" type="VBoxContainer" parent="."]
layout_mode = 2
[node name="AppearanceLabel" type="Label" parent="AppearanceVBoxContainer"]
layout_mode = 2
theme_override_styles/normal = SubResource("StyleBoxFlat_osyjl")
text = "Appearance
"
label_settings = SubResource("LabelSettings_0dncg")
[node name="FontColorHBoxContainer" type="HBoxContainer" parent="AppearanceVBoxContainer"]
layout_mode = 2
theme_override_constants/separation = 10
[node name="Label" type="Label" parent="AppearanceVBoxContainer/FontColorHBoxContainer"]
layout_mode = 2
text = "Font Color:"
[node name="ColorPickerButton" type="ColorPickerButton" parent="AppearanceVBoxContainer/FontColorHBoxContainer"]
layout_mode = 2
size_flags_horizontal = 3
color = Color(0.0627451, 0.713726, 0, 1)
[node name="BackgroundColorHBoxContainer" type="HBoxContainer" parent="AppearanceVBoxContainer"]
layout_mode = 2
theme_override_constants/separation = 10
[node name="Label" type="Label" parent="AppearanceVBoxContainer/BackgroundColorHBoxContainer"]
layout_mode = 2
text = "Background Color:"
[node name="ColorPickerButton" type="ColorPickerButton" parent="AppearanceVBoxContainer/BackgroundColorHBoxContainer"]
layout_mode = 2
size_flags_horizontal = 3
color = Color(0.490196, 0.490196, 0.490196, 0.490196)
[node name="FontSizeHBoxContainer" type="HBoxContainer" parent="AppearanceVBoxContainer"]
layout_mode = 2
theme_override_constants/separation = 10
[node name="FontSizeLabel" type="Label" parent="AppearanceVBoxContainer/FontSizeHBoxContainer"]
layout_mode = 2
text = "Font Size: "
[node name="FontSizeLineEdit" type="SpinBox" parent="AppearanceVBoxContainer/FontSizeHBoxContainer"]
layout_mode = 2
size_flags_horizontal = 3
value = 36.0
[node name="SaveButton" type="Button" parent="."]
layout_mode = 2
text = "Save!"