sfx
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user