Files
MovementTests/player_controller/resources/player_health.tres
Minimata 2e5fcb6a75
All checks were successful
Create tag and build when new code gets to main / BumpTag (push) Successful in 20s
Create tag and build when new code gets to main / Export (push) Successful in 9m56s
implemented player health, knockback, invicibility frames and hitstop
2026-01-20 12:05:31 +01:00

9 lines
330 B
Plaintext

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