Files
MovementTests/scenes/enemies/flying_enemy/flying_enemy_health.tres
Minimata 18c8b741dd
Some checks failed
Create tag and build when new code gets to main / BumpTag (push) Successful in 28s
Create tag and build when new code gets to main / Export (push) Failing after 1m47s
can plant weapon in targetables, dash towards it, jump in the air.
2026-01-24 15:22:16 +01:00

9 lines
331 B
Plaintext

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