-
Notifications
You must be signed in to change notification settings - Fork 0
/
cha445E.tmp
84 lines (76 loc) · 1.98 KB
/
cha445E.tmp
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
[gd_scene load_steps=3 format=3 uid="uid://cr141qft3xh5s"]
[ext_resource type="Theme" uid="uid://cwuwyk74ur7pn" path="res://theme/mocha/mocha.tres" id="1_e2wjr"]
[ext_resource type="Script" path="res://autoview.gd" id="2_7s6dm"]
[node name="Control" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="bg" type="Panel" parent="."]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
theme = ExtResource("1_e2wjr")
theme_type_variation = &"BackgroundPanel"
[node name="channels" type="Panel" parent="."]
layout_mode = 1
anchors_preset = 9
anchor_bottom = 1.0
offset_right = 256.0
grow_vertical = 2
theme = ExtResource("1_e2wjr")
theme_type_variation = &"SecondaryPanel"
[node name="members" type="Panel" parent="."]
layout_mode = 1
anchors_preset = 11
anchor_left = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = -256.0
grow_horizontal = 0
grow_vertical = 2
theme = ExtResource("1_e2wjr")
theme_type_variation = &"SecondaryPanel"
[node name="servers" type="Panel" parent="."]
layout_mode = 1
anchors_preset = 9
anchor_bottom = 1.0
offset_right = 64.0
grow_vertical = 2
theme = ExtResource("1_e2wjr")
theme_type_variation = &"TertiaryPanel"
[node name="centralpanel" type="Control" parent="."]
layout_mode = 1
anchors_preset = 13
anchor_left = 0.5
anchor_right = 0.5
anchor_bottom = 1.0
offset_left = -384.0
offset_right = 384.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("2_7s6dm")
[node name="messagebar" type="TextEdit" parent="centralpanel"]
layout_mode = 1
anchors_preset = 7
anchor_left = 0.5
anchor_top = 1.0
anchor_right = 0.5
anchor_bottom = 1.0
offset_left = -368.0
offset_top = -48.0
offset_right = 368.0
offset_bottom = -16.0
grow_horizontal = 2
grow_vertical = 0
theme = ExtResource("1_e2wjr")
placeholder_text = "Message placeholder"
script = ExtResource("2_7s6dm")
leftside_offset = 16
rightside_offset = 16
mainside_offset = 512