43 lines
1.4 KiB
Text
43 lines
1.4 KiB
Text
[gd_scene load_steps=3 format=3 uid="uid://cbvi51vvpt7mu"]
|
|
|
|
[ext_resource type="Script" uid="uid://fpaw3u5yjtbk" path="res://scenes/hud.gd" id="1_64ctp"]
|
|
[ext_resource type="PackedScene" uid="uid://dshaftstrip01" path="res://scenes/shaft_strip.tscn" id="2_shaft"]
|
|
|
|
[node name="HUD" type="MarginContainer" unique_id=769131693]
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
theme_override_constants/margin_left = 72
|
|
theme_override_constants/margin_top = 20
|
|
script = ExtResource("1_64ctp")
|
|
|
|
[node name="StatsColumn" type="VBoxContainer" parent="." unique_id=1476756270]
|
|
layout_mode = 2
|
|
|
|
[node name="PeopleLabel" type="Label" parent="StatsColumn" unique_id=1174457387]
|
|
layout_mode = 2
|
|
theme_override_font_sizes/font_size = 24
|
|
text = "PEOPLE: 0"
|
|
|
|
[node name="SavedLabel" type="Label" parent="StatsColumn" unique_id=969002022]
|
|
layout_mode = 2
|
|
theme_override_font_sizes/font_size = 24
|
|
text = "SAVED: 0"
|
|
|
|
[node name="FloorLabel" type="Label" parent="StatsColumn" unique_id=67147411]
|
|
layout_mode = 2
|
|
theme_override_font_sizes/font_size = 24
|
|
text = "FLOOR: 0"
|
|
|
|
[node name="ScoreLabel" type="Label" parent="StatsColumn" unique_id=1595653166]
|
|
layout_mode = 2
|
|
theme_override_font_sizes/font_size = 24
|
|
|
|
[node name="ShaftStrip" parent="." instance=ExtResource("2_shaft")]
|
|
top_level = true
|
|
anchors_preset = 9
|
|
anchor_bottom = 1.0
|
|
offset_left = 12.0
|
|
offset_top = 12.0
|
|
offset_right = 60.0
|
|
offset_bottom = -12.0
|
|
grow_vertical = 2
|