This commit is contained in:
Rendo 2025-07-13 03:59:09 +05:00
commit 2156c6a166
16 changed files with 490 additions and 5 deletions

View file

@ -44,6 +44,7 @@ MaxHP = 600.0
texture = ExtResource("2_o5tda")
hframes = 12
vframes = 3
frame = 4
[node name="AnimationPlayer" parent="." index="1"]
libraries = {
@ -61,5 +62,6 @@ shape = SubResource("RectangleShape2D_khltr")
[node name="Behaviour" type="Node" parent="." index="4"]
script = ExtResource("4_cjtyy")
parameters = Array[String](["parameters/Tree/blend_position"])
[connection signal="OnHPChanged" from="." to="Behaviour" method="OnHPChanged"]