diff options
Diffstat (limited to 'objects/PlayerListEntry.tscn')
| -rw-r--r-- | objects/PlayerListEntry.tscn | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/objects/PlayerListEntry.tscn b/objects/PlayerListEntry.tscn new file mode 100644 index 0000000..2a280b1 --- /dev/null +++ b/objects/PlayerListEntry.tscn @@ -0,0 +1,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" |
