61 lines
1.5 KiB
Plaintext
61 lines
1.5 KiB
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://mp03fsd536be"]
|
|
|
|
[ext_resource type="Script" uid="uid://bwiflwp3hufyu" path="res://Scripts/score_display.gd" id="1_abl27"]
|
|
[ext_resource type="FontFile" uid="uid://cupgp2iqxdun5" path="res://Fonts/Kings-Regular.ttf" id="2_s1pvd"]
|
|
|
|
[sub_resource type="LabelSettings" id="LabelSettings_abl27"]
|
|
font = ExtResource("2_s1pvd")
|
|
font_size = 22
|
|
font_color = Color(0, 0, 0, 1)
|
|
outline_color = Color(0, 0, 0, 1)
|
|
|
|
[node name="ScoreDisplay" type="VBoxContainer"]
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("1_abl27")
|
|
|
|
[node name="ScoreLabel" type="Label" parent="."]
|
|
layout_mode = 2
|
|
text = "Score
|
|
0"
|
|
label_settings = SubResource("LabelSettings_abl27")
|
|
horizontal_alignment = 1
|
|
|
|
[node name="Spacer" type="Control" parent="."]
|
|
layout_mode = 2
|
|
size_flags_vertical = 3
|
|
|
|
[node name="LengthLabel" type="Label" parent="."]
|
|
layout_mode = 2
|
|
text = "Length
|
|
3"
|
|
label_settings = SubResource("LabelSettings_abl27")
|
|
horizontal_alignment = 1
|
|
|
|
[node name="Spacer2" type="Control" parent="."]
|
|
layout_mode = 2
|
|
size_flags_vertical = 3
|
|
|
|
[node name="PendingLengthLabel" type="Label" parent="."]
|
|
layout_mode = 2
|
|
text = "Eventual
|
|
Length
|
|
3"
|
|
label_settings = SubResource("LabelSettings_abl27")
|
|
horizontal_alignment = 1
|
|
|
|
[node name="Spacer3" type="Control" parent="."]
|
|
layout_mode = 2
|
|
size_flags_vertical = 3
|
|
|
|
[node name="OuroborosPossibleLabel" type="Label" parent="."]
|
|
layout_mode = 2
|
|
text = "Ouroboros
|
|
Possible?
|
|
No"
|
|
label_settings = SubResource("LabelSettings_abl27")
|
|
horizontal_alignment = 1
|