2025-09-17 17:51:54 +02:00
|
|
|
[gd_scene load_steps=4 format=3 uid="uid://em0xambhywfv"]
|
2025-09-16 15:12:40 +02:00
|
|
|
|
|
|
|
|
[ext_resource type="Script" uid="uid://c60wm212fu1ti" path="res://healthbar/heart.gd" id="1_c17c5"]
|
2025-09-17 17:51:54 +02:00
|
|
|
[ext_resource type="Texture2D" uid="uid://djfc7sdc8wxp6" path="res://player/Heart_cut.png" id="2_885dn"]
|
|
|
|
|
[ext_resource type="Texture2D" uid="uid://ctwu08w867gax" path="res://player/Heart_cut Grey.png" id="3_4yb2p"]
|
2025-09-16 15:12:40 +02:00
|
|
|
|
|
|
|
|
[node name="Heart" type="MarginContainer"]
|
2025-09-17 17:51:54 +02:00
|
|
|
offset_right = 64.0
|
|
|
|
|
offset_bottom = 64.0
|
2025-09-16 15:12:40 +02:00
|
|
|
script = ExtResource("1_c17c5")
|
|
|
|
|
|
|
|
|
|
[node name="UP" type="TextureRect" parent="."]
|
|
|
|
|
layout_mode = 2
|
2025-09-17 17:51:54 +02:00
|
|
|
texture = ExtResource("2_885dn")
|
|
|
|
|
expand_mode = 3
|
2025-09-16 15:12:40 +02:00
|
|
|
|
|
|
|
|
[node name="DOWN" type="TextureRect" parent="."]
|
|
|
|
|
layout_mode = 2
|
2025-09-17 17:51:54 +02:00
|
|
|
texture = ExtResource("3_4yb2p")
|
|
|
|
|
expand_mode = 3
|