16 lines
580 B
Text
16 lines
580 B
Text
[gd_scene load_steps=3 format=3 uid="uid://em0xambhywfv"]
|
|
|
|
[ext_resource type="Script" uid="uid://c60wm212fu1ti" path="res://healthbar/heart.gd" id="1_c17c5"]
|
|
[ext_resource type="Texture2D" uid="uid://cy70quh6k3s1j" path="res://icon.svg" id="1_kepki"]
|
|
|
|
[node name="Heart" type="MarginContainer"]
|
|
script = ExtResource("1_c17c5")
|
|
|
|
[node name="UP" type="TextureRect" parent="."]
|
|
layout_mode = 2
|
|
texture = ExtResource("1_kepki")
|
|
|
|
[node name="DOWN" type="TextureRect" parent="."]
|
|
modulate = Color(0.03137255, 0.21568628, 0.28627452, 1)
|
|
layout_mode = 2
|
|
texture = ExtResource("1_kepki")
|