summaryrefslogtreecommitdiff
path: root/objects/PlayerListEntry.tscn
blob: 2a280b16a84c50800400689592178b1efef3ebf8 (plain)
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
[gd_scene load_steps=6 format=2]

[ext_resource path="res://resources/fonts/Cochineal-Roman.otf" type="DynamicFontData" id=1]
[ext_resource path="res://resources/fonts/Cochineal-Bold.otf" type="DynamicFontData" id=2]

[sub_resource type="DynamicFont" id=1]
size = 26
font_data = ExtResource( 2 )

[sub_resource type="DynamicFont" id=2]
size = 26
font_data = ExtResource( 1 )

[sub_resource type="DynamicFont" id=3]
size = 22
font_data = ExtResource( 1 )

[node name="PlayerListEntry" type="HBoxContainer"]

[node name="ColorRect" type="ColorRect" parent="."]
margin_right = 32.0
margin_bottom = 32.0
rect_min_size = Vector2( 32, 32 )

[node name="RichTextLabel" type="RichTextLabel" parent="."]
margin_left = 36.0
margin_right = 236.0
margin_bottom = 32.0
rect_min_size = Vector2( 200, 30 )
custom_fonts/bold_font = SubResource( 1 )
custom_fonts/normal_font = SubResource( 2 )
bbcode_enabled = true
bbcode_text = "Waiting..."
text = "Waiting..."

[node name="KickButton" type="Button" parent="."]
margin_left = 240.0
margin_right = 292.0
margin_bottom = 32.0
custom_fonts/font = SubResource( 3 )
disabled = true
text = "Kick"