This commit is contained in:
2025-10-05 13:20:27 +02:00
parent 51bb7505b3
commit 34049609d8
24 changed files with 181 additions and 7 deletions

View File

@@ -105,6 +105,7 @@ func _process(delta):
func take_hit(_damage, knockback_vector, knockback_strength = 1):
# Called when the player takes damage
$HitSFX.play()
if shield_active:
shield_active = false;
# TODO visualize shield