blob: b4b14e530564fee3f9c91134b13c08dcec279101 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[gd_scene load_steps=4 format=2]
[ext_resource path="res://textures/icons/heart_fill.png" type="Texture" id=1]
[ext_resource path="res://components/healthbar/heart.gd" type="Script" id=2]
[ext_resource path="res://textures/icons/heart.png" type="Texture" id=3]
[node name="Node2D" type="Node2D"]
script = ExtResource( 2 )
[node name="fill" type="Sprite" parent="."]
texture = ExtResource( 1 )
[node name="notfill" type="Sprite" parent="."]
texture = ExtResource( 3 )
|