summaryrefslogtreecommitdiff
path: root/UI/LevelSelectCell.tscn
blob: b76111b72c546f4be9033d52d4c8e0a96c3c1f1d (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
[gd_scene load_steps=6 format=3 uid="uid://btujg2tw5k8on"]

[ext_resource type="Script" path="res://UI/LevelSelectCell.gd" id="1"]
[ext_resource type="FontFile" uid="uid://qbiaulowpomb" path="res://Assets/Fonts/geometry-soft-pro/Geometry_Soft_Pro-Bold_N.otf" id="2"]
[ext_resource type="FontFile" uid="uid://c8r0x3spdh8sg" path="res://Assets/Fonts/impact-label/Impact_Label_Reversed.ttf" id="2_fcaqg"]

[sub_resource type="StyleBoxFlat" id="1"]
bg_color = Color(0.133333, 0.372549, 0.188235, 1)
border_width_left = 1
border_width_top = 1
border_width_right = 1
border_width_bottom = 1

[sub_resource type="FontFile" id="3"]
fallbacks = Array[Font]([ExtResource("2")])
face_index = null
embolden = null
transform = null
cache/0/16/0/ascent = 0.0
cache/0/16/0/descent = 0.0
cache/0/16/0/underline_position = 0.0
cache/0/16/0/underline_thickness = 0.0
cache/0/16/0/scale = 1.0
cache/0/16/0/kerning_overrides/16/0 = Vector2(0, 0)
cache/0/16/0/kerning_overrides/72/0 = Vector2(0, 0)
cache/0/72/0/ascent = 0.0
cache/0/72/0/descent = 0.0
cache/0/72/0/underline_position = 0.0
cache/0/72/0/underline_thickness = 0.0
cache/0/72/0/scale = 1.0
cache/0/72/0/kerning_overrides/16/0 = Vector2(0, 0)
cache/0/72/0/kerning_overrides/72/0 = Vector2(0, 0)

[node name="LevelSelectCell" type="Panel"]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
offset_right = -683.0
offset_bottom = -400.0
tooltip_text = "Select Level"
theme_override_styles/panel = SubResource("1")
script = ExtResource("1")

[node name="ClearMark" type="Label" parent="."]
layout_mode = 0
offset_left = 233.0
offset_top = 103.0
offset_right = 243.0
offset_bottom = 129.0
theme_override_fonts/font = ExtResource("2_fcaqg")
text = "X"
horizontal_alignment = 1
vertical_alignment = 1

[node name="Time" type="Label" parent="."]
layout_mode = 0
offset_left = 7.0
offset_top = 3.0
offset_right = 54.0
offset_bottom = 24.0
theme_override_fonts/font = SubResource("3")
text = "0.00s"

[node name="Name" type="Label" parent="."]
layout_mode = 0
offset_left = 5.0
offset_top = 221.0
offset_right = 63.0
offset_bottom = 242.0
theme_override_fonts/font = SubResource("3")
text = "Player"