-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChatBox.tscn
58 lines (51 loc) · 1.3 KB
/
ChatBox.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
[gd_scene load_steps=2 format=2]
[ext_resource path="res://ChatBox.gd" type="Script" id=1]
[node name="ChatBox" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
margin_right = -578.0
margin_bottom = -443.0
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="VBoxContainer" type="VBoxContainer" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="RichTextLabel" type="RichTextLabel" parent="VBoxContainer"]
margin_right = 446.0
margin_bottom = 129.0
grow_horizontal = 0
size_flags_horizontal = 3
size_flags_vertical = 3
bbcode_enabled = true
scroll_following = true
__meta__ = {
"_edit_use_anchors_": false
}
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer"]
margin_top = 133.0
margin_right = 446.0
margin_bottom = 157.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Label" type="Label" parent="VBoxContainer/HBoxContainer"]
margin_top = 5.0
margin_right = 51.0
margin_bottom = 19.0
text = "[Team]: "
__meta__ = {
"_edit_use_anchors_": false
}
[node name="LineEdit" type="LineEdit" parent="VBoxContainer/HBoxContainer"]
margin_left = 55.0
margin_right = 446.0
margin_bottom = 24.0
size_flags_horizontal = 3
size_flags_vertical = 3
placeholder_text = "Press TAB to change groups"
placeholder_alpha = 0.224