38 lines
908 B
Plaintext
38 lines
908 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://b4eh8y8nxy7lp"]
|
|
|
|
[ext_resource type="Script" uid="uid://jds7ynetjysj" path="res://scripts/hud.gd" id="1_ahhtf"]
|
|
|
|
[sub_resource type="LabelSettings" id="LabelSettings_oo0fn"]
|
|
font_size = 35
|
|
|
|
[sub_resource type="GDScript" id="GDScript_toqtt"]
|
|
|
|
[node name="HUD" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 2
|
|
anchor_top = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_top = -68.0
|
|
offset_right = 249.0
|
|
grow_vertical = 0
|
|
script = ExtResource("1_ahhtf")
|
|
|
|
[node name="lives" type="Label" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 8
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -126.5
|
|
offset_top = -61.0
|
|
offset_right = 144.5
|
|
offset_bottom = 34.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
text = "A A A"
|
|
label_settings = SubResource("LabelSettings_oo0fn")
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
script = SubResource("GDScript_toqtt")
|