-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tscn
54 lines (42 loc) · 1.51 KB
/
main.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
[gd_scene load_steps=2 format=3 uid="uid://c7nslbqqb1w5u"]
[ext_resource type="Script" path="res://main.gd" id="1_cj63c"]
[node name="Main" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_cj63c")
[node name="HSplitContainer" type="HSplitContainer" parent="."]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="Lists" type="VBoxContainer" parent="HSplitContainer"]
layout_mode = 2
size_flags_horizontal = 3
[node name="ScrollContainer" type="ScrollContainer" parent="HSplitContainer/Lists"]
layout_mode = 2
size_flags_vertical = 3
[node name="InputList" type="VBoxContainer" parent="HSplitContainer/Lists/ScrollContainer"]
layout_mode = 2
size_flags_vertical = 3
[node name="GroupsList" type="VBoxContainer" parent="HSplitContainer/Lists"]
layout_mode = 2
[node name="HBoxContainer" type="HBoxContainer" parent="HSplitContainer/Lists"]
layout_mode = 2
[node name="ActiveLabel" type="Label" parent="HSplitContainer/Lists/HBoxContainer"]
layout_mode = 2
text = "Active Input:"
[node name="InputDisplay" type="Label" parent="HSplitContainer/Lists/HBoxContainer"]
layout_mode = 2
text = "waiting for input..."
[node name="ScrollContainer" type="ScrollContainer" parent="HSplitContainer"]
layout_mode = 2
size_flags_horizontal = 3
vertical_scroll_mode = 2
[node name="ActionEvents" type="VBoxContainer" parent="HSplitContainer/ScrollContainer"]
layout_mode = 2