blob: 4cee6d3b27d9a88d4e617958c00a55c7cfbd68cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
[gd_scene load_steps=2 format=3 uid="uid://w4oy340d3ugn"]
[ext_resource type="Script" uid="uid://cbjltiujfsw4v" path="res://scripts/GUI/LeaderboardItem.cs" id="1_ilpit"]
[node name="HBoxContainer" type="HBoxContainer"]
script = ExtResource("1_ilpit")
[node name="hdNome" type="Label" parent="."]
layout_mode = 2
size_flags_horizontal = 3
text = "Nome"
[node name="VSeparator" type="VSeparator" parent="."]
layout_mode = 2
[node name="hdAndar" type="Label" parent="."]
layout_mode = 2
size_flags_horizontal = 3
text = "Maior Andar"
[node name="VSeparator2" type="VSeparator" parent="."]
layout_mode = 2
[node name="hdkills" type="Label" parent="."]
layout_mode = 2
size_flags_horizontal = 3
text = "Inimigos Mortos"
[node name="VSeparator3" type="VSeparator" parent="."]
layout_mode = 2
[node name="hddamage" type="Label" parent="."]
layout_mode = 2
size_flags_horizontal = 3
text = "Dano tomado"
|