forked from campavao/brick-break-brunner
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathleaderboard.tscn
More file actions
45 lines (40 loc) · 1.01 KB
/
leaderboard.tscn
File metadata and controls
45 lines (40 loc) · 1.01 KB
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
36
37
38
39
40
41
42
43
44
45
[gd_scene load_steps=2 format=3 uid="uid://dq7a2dim5ocla"]
[ext_resource type="Script" path="res://leaderboard.gd" id="1_g1iy6"]
[node name="Leaderboard" type="CanvasLayer"]
script = ExtResource("1_g1iy6")
[node name="Title" type="Label" parent="."]
anchors_preset = 5
anchor_left = 0.5
anchor_right = 0.5
offset_left = -50.0
offset_top = 21.0
offset_right = 50.0
offset_bottom = 44.0
grow_horizontal = 2
text = "Leaderboard"
[node name="BG" type="ColorRect" parent="."]
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -212.0
offset_top = -187.0
offset_right = 215.0
offset_bottom = 226.0
grow_horizontal = 2
grow_vertical = 2
color = Color(0.121569, 0.121569, 0.121569, 1)
[node name="Entries" type="VBoxContainer" parent="."]
unique_name_in_owner = true
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -200.0
offset_top = -171.0
offset_right = 199.0
offset_bottom = 213.0
grow_horizontal = 2
grow_vertical = 2