AceField/Scenes/UI/LeaderboardRecord.tscn

54 lines
1.4 KiB
Plaintext
Raw Normal View History

2024-08-09 06:55:45 +00:00
[gd_scene load_steps=2 format=3 uid="uid://b8s2m7gujfmp6"]
[ext_resource type="Script" path="res://Scripts/UI/LeaderboardRecord.cs" id="1_jc2uj"]
[node name="LeaderboardRecord" type="Control"]
layout_mode = 3
anchor_left = 0.014
anchor_top = 0.025
anchor_right = 0.986
anchor_bottom = 0.148
offset_left = -0.128
offset_top = -0.2
offset_right = 0.12793
offset_bottom = 0.0959988
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_jc2uj")
[node name="Panel" type="Panel" parent="."]
layout_mode = 0
offset_right = 1120.0
offset_bottom = 80.0
[node name="VBoxContainer" type="HBoxContainer" parent="Panel"]
layout_mode = 0
offset_right = 1120.0
offset_bottom = 80.0
[node name="PlaceTag" type="Label" parent="Panel/VBoxContainer"]
custom_minimum_size = Vector2(80, 80)
layout_mode = 2
size_flags_horizontal = 0
theme_override_font_sizes/font_size = 32
text = "1"
horizontal_alignment = 1
vertical_alignment = 1
[node name="NameTag" type="Label" parent="Panel/VBoxContainer"]
custom_minimum_size = Vector2(80, 80)
layout_mode = 2
size_flags_horizontal = 3
theme_override_font_sizes/font_size = 24
text = "Player"
vertical_alignment = 1
[node name="ScoreTag" type="Label" parent="Panel/VBoxContainer"]
custom_minimum_size = Vector2(80, 80)
layout_mode = 2
size_flags_horizontal = 8
theme_override_font_sizes/font_size = 32
text = "0"
horizontal_alignment = 1
vertical_alignment = 1