17 lines
474 B
Plaintext
17 lines
474 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://c48stuhi2qml3"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://b7bd4lqwlheti" path="res://scenes/menus/util/hearts.tscn" id="1_xmy64"]
|
|
|
|
[sub_resource type="GDScript" id="GDScript_xmy64"]
|
|
script/source = "class_name HUD
|
|
extends CanvasLayer
|
|
|
|
@onready var hearts: Hearts = $Hearts
|
|
"
|
|
|
|
[node name="HUD" type="CanvasLayer"]
|
|
script = SubResource("GDScript_xmy64")
|
|
|
|
[node name="Hearts" parent="." instance=ExtResource("1_xmy64")]
|
|
health = 7
|