Ouroboros/Scenes/score_display.tscn

57 lines
1.3 KiB
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://mp03fsd536be"]
[ext_resource type="Script" uid="uid://bwiflwp3hufyu" path="res://Scripts/score_display.gd" id="1_abl27"]
[sub_resource type="LabelSettings" id="LabelSettings_abl27"]
font_size = 22
[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