11 lines
502 B
Text
11 lines
502 B
Text
[gd_scene load_steps=3 format=3 uid="uid://cjsrtswk4vgf2"]
|
|
|
|
[ext_resource type="Script" uid="uid://b3fncqgyodcjc" path="res://ui/healthbar/healthbar.gd" id="1_ubhit"]
|
|
[ext_resource type="PackedScene" uid="uid://em0xambhywfv" path="res://ui/healthbar/heart.tscn" id="2_y66kq"]
|
|
|
|
[node name="Healthbar" type="HBoxContainer"]
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
tooltip_text = "This shows your health. If you lose it all, you die."
|
|
script = ExtResource("1_ubhit")
|
|
packedHeart = ExtResource("2_y66kq")
|