36 lines
812 B
Plaintext
36 lines
812 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://mp03fsd536be"]
|
|
|
|
[ext_resource type="Script" uid="uid://bwiflwp3hufyu" path="res://Scripts/score_display.gd" id="1_abl27"]
|
|
|
|
[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"
|
|
horizontal_alignment = 1
|
|
|
|
[node name="LengthLabel" type="Label" parent="."]
|
|
layout_mode = 2
|
|
text = "Length
|
|
3"
|
|
horizontal_alignment = 1
|
|
|
|
[node name="PendingLengthLabel" type="Label" parent="."]
|
|
layout_mode = 2
|
|
text = "Length
|
|
3"
|
|
horizontal_alignment = 1
|
|
|
|
[node name="OuroborosPossibleLabel" type="Label" parent="."]
|
|
layout_mode = 2
|
|
text = "Ouroboros Possible
|
|
No"
|
|
horizontal_alignment = 1
|