Reworked health bar. Added shield regen

This commit is contained in:
2025-11-15 18:33:32 +03:00
parent 85a4fc7381
commit c391068961
11 changed files with 168 additions and 67 deletions
@@ -27,4 +27,7 @@ shape = SubResource("CapsuleShape2D_4jmkv")
max_hull = 100
[node name="HeathBar" parent="." index="4"]
position = Vector2(0, 30)
offset_top = 30.0
offset_bottom = 30.0
[connection signal="depleted" from="Health" to="." method="_on_health_depleted"]