add sound effects

This commit is contained in:
2024-07-02 13:25:34 +02:00
parent 96e86f7fbe
commit cb235310f1
38 changed files with 163 additions and 16 deletions

View File

@@ -29,5 +29,10 @@ func _on_Hitbox_area_entered(area):
func _on_Hurtbox_area_entered(area):
$Hurtbox/death.play()
pass # Replace with function body.
func _on_death_finished():
queue_free()
pass # Replace with function body.