2025-09-16 15:12:40 +02:00
|
|
|
[gd_scene load_steps=3 format=3 uid="uid://cjsrtswk4vgf2"]
|
|
|
|
|
|
2025-09-18 22:57:36 +02:00
|
|
|
[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"]
|
2025-09-16 15:12:40 +02:00
|
|
|
|
|
|
|
|
[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")
|