[gd_scene format=3 uid="uid://c3q4w3j6e7y8u"] [ext_resource type="Script" uid="uid://d1e2f3g4h5i6j" path="res://scripts/ui/leaderboard_panel.gd" id="1"] [ext_resource type="Theme" uid="uid://da337sh5qxi0s" path="res://assets/themes/ui_theme.tres" id="2"] [node name="LeaderboardPanel" type="PanelContainer"] custom_minimum_size = Vector2(500, 400) anchors_preset = 8 anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 offset_left = -250.0 offset_top = -200.0 offset_right = 250.0 offset_bottom = 200.0 grow_horizontal = 2 grow_vertical = 2 theme = ExtResource("2") script = ExtResource("1") [node name="VBox" type="VBoxContainer" parent="."] layout_mode = 2 theme_override_constants/separation = 12 [node name="Header" type="HBoxContainer" parent="VBox"] layout_mode = 2 [node name="Title" type="Label" parent="VBox/Header"] layout_mode = 2 size_flags_horizontal = 3 theme_override_colors/font_color = Color(0.647, 0.996, 0.224, 1) theme_override_font_sizes/font_size = 24 text = "LEADERBOARD" horizontal_alignment = 1 [node name="CloseBtn" type="Button" parent="VBox/Header"] unique_name_in_owner = true custom_minimum_size = Vector2(32, 32) layout_mode = 2 text = "X" [node name="SortTabs" type="HBoxContainer" parent="VBox"] layout_mode = 2 theme_override_constants/separation = 8 alignment = 1 [node name="SortScoreBtn" type="Button" parent="VBox/SortTabs"] unique_name_in_owner = true custom_minimum_size = Vector2(120, 36) layout_mode = 2 text = "High Score" [node name="SortWinRateBtn" type="Button" parent="VBox/SortTabs"] unique_name_in_owner = true custom_minimum_size = Vector2(120, 36) layout_mode = 2 text = "Win Rate" [node name="SortGamesBtn" type="Button" parent="VBox/SortTabs"] unique_name_in_owner = true custom_minimum_size = Vector2(120, 36) layout_mode = 2 text = "Games Played" [node name="HSeparator" type="HSeparator" parent="VBox"] layout_mode = 2 [node name="ScrollContainer" type="ScrollContainer" parent="VBox"] layout_mode = 2 size_flags_vertical = 3 [node name="LeaderboardList" type="VBoxContainer" parent="VBox/ScrollContainer"] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 3 theme_override_constants/separation = 8 [node name="StatusLabel" type="Label" parent="VBox"] unique_name_in_owner = true layout_mode = 2 theme_override_colors/font_color = Color(0.69, 0.529, 0.357, 1) text = "Loading data..." horizontal_alignment = 1