Files
MovementTests/scenes/enemies/grounded_enemy/grounded_enemy_health.tres
Minimata db49703326
Some checks failed
Create tag and build when new code gets to main / BumpTag (push) Successful in 22s
Create tag and build when new code gets to main / Export (push) Failing after 1m51s
added fixed dash targets and can dash towards enemies to hit them, get a knockback or dash through if killed
2026-01-21 16:46:20 +01:00

9 lines
331 B
Plaintext

[gd_resource type="Resource" script_class="RHealth" load_steps=2 format=3 uid="uid://bohbojc68j7y1"]
[ext_resource type="Script" uid="uid://baiapod3csndf" path="res://components/health/RHealth.cs" id="1_h6jgd"]
[resource]
script = ExtResource("1_h6jgd")
StartingHealth = 10.0
metadata/_custom_type_script = "uid://baiapod3csndf"