feat: display backend ranked profile

This commit is contained in:
Josh Creek
2026-08-31 22:44:21 +01:00
parent 62c1478913
commit fddbebb33b
6 changed files with 118 additions and 4 deletions
+8
View File
@@ -49,6 +49,14 @@ layout_mode = 2
autowrap_mode = 2
horizontal_alignment = 1
[node name="RankedProfileLabel" type="Label" parent="CenterContainer/VBoxContainer"]
unique_name_in_owner = true
modulate = Color(1, 1, 1, 0.65)
layout_mode = 2
text = "Ranked profile unavailable"
horizontal_alignment = 1
visible = false
[node name="QueueButton" type="Button" parent="CenterContainer/VBoxContainer"]
unique_name_in_owner = true
custom_minimum_size = Vector2(0, 52)