-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChatBox.tscn
75 lines (68 loc) · 1.95 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
[gd_scene load_steps=7 format=2]
[ext_resource path="res://ChatBox.gd" type="Script" id=1]
[ext_resource path="res://Art/chat_item_bg_inv.png" type="Texture" id=2]
[ext_resource path="res://Art/Kenney Mini Square.ttf" type="DynamicFontData" id=3]
[ext_resource path="res://MainTheme.tres" type="Theme" id=4]
[sub_resource type="DynamicFont" id=1]
size = 8
font_data = ExtResource( 3 )
[sub_resource type="Theme" id=2]
default_font = SubResource( 1 )
Label/colors/font_color = Color( 0.780392, 0.941176, 0.847059, 1 )
Label/colors/font_color_shadow = Color( 0, 0, 0, 0 )
Label/colors/font_outline_modulate = Color( 1, 1, 1, 1 )
Label/constants/line_spacing = 3
Label/constants/shadow_as_outline = 0
Label/constants/shadow_offset_x = 1
Label/constants/shadow_offset_y = 1
Label/fonts/font = null
Label/styles/normal = null
[node name="TextureRect" type="TextureRect"]
anchor_right = 1.0
anchor_bottom = 1.0
margin_bottom = -62.0
rect_min_size = Vector2( 84, 22 )
rect_clip_content = true
theme = ExtResource( 4 )
texture = ExtResource( 2 )
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="ChatBox" type="HSplitContainer" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = 4.0
margin_right = -8.0
margin_bottom = 1.90735e-06
rect_min_size = Vector2( 72, 12 )
rect_clip_content = true
size_flags_vertical = 3
theme = SubResource( 2 )
custom_constants/separation = 0
dragger_visibility = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="UserName" type="Label" parent="ChatBox"]
margin_top = 6.0
margin_right = 14.0
margin_bottom = 16.0
grow_horizontal = 0
grow_vertical = 0
rect_min_size = Vector2( 14, 10 )
size_flags_vertical = 6
text = "Justinian:"
clip_text = true
[node name="Text" type="Label" parent="ChatBox"]
margin_left = 22.0
margin_top = 6.0
margin_right = 72.0
margin_bottom = 16.0
rect_min_size = Vector2( 48, 10 )
rect_clip_content = true
size_flags_horizontal = 3
size_flags_vertical = 6
text = "text"
align = 3
clip_text = true