AceField/Scenes/UI/Leaderboard.tscn
2024-08-09 14:55:45 +08:00

37 lines
1.0 KiB
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://dfoy57v3q4of5"]
[ext_resource type="PackedScene" uid="uid://b8s2m7gujfmp6" path="res://Scenes/UI/LeaderboardRecord.tscn" id="1_mr7v4"]
[ext_resource type="Script" path="res://Scripts/UI/Leaderboard.cs" id="1_sbkyu"]
[node name="Leaderboard" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_sbkyu")
[node name="Label" type="Label" parent="."]
layout_mode = 0
offset_left = 16.0
offset_top = 21.0
offset_right = 1136.0
offset_bottom = 85.0
theme_override_font_sizes/font_size = 24
text = "Leaderboard"
horizontal_alignment = 1
vertical_alignment = 1
[node name="List" type="VBoxContainer" parent="."]
layout_mode = 0
offset_left = 16.0
offset_top = 97.0
offset_right = 1136.0
offset_bottom = 631.0
theme_override_constants/separation = 16
[node name="LeaderboardRecord" parent="List" instance=ExtResource("1_mr7v4")]
custom_minimum_size = Vector2(2.08165e-12, 80)
layout_mode = 2