summaryrefslogtreecommitdiff
path: root/objects/PlayerListEntry.tscn
diff options
context:
space:
mode:
authorAnson Bridges <bridges.anson@gmail.com>2025-08-22 12:46:04 -0700
committerAnson Bridges <bridges.anson@gmail.com>2025-08-22 12:46:04 -0700
commit64f37f4209d80bfad976dd4a139c98002caef15f (patch)
tree94c91953986e960573ae0092f8ad7120c1c266f0 /objects/PlayerListEntry.tscn
parent255fbf19cc9499ef384d41f68515da5e49e8a3ce (diff)
the harmonious transition from menu to gameHEADmaster
Diffstat (limited to 'objects/PlayerListEntry.tscn')
-rw-r--r--objects/PlayerListEntry.tscn42
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"