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