sploosh! BZAAP!
This commit is contained in:
parent
e5859ae452
commit
9ca4cf10d2
5 changed files with 13 additions and 2 deletions
|
@ -3,4 +3,5 @@ extends Area2D
|
|||
func _on_Area2D_area_entered(area):
|
||||
#Kill player
|
||||
if area.is_in_group("player_hitbox"):
|
||||
Game.alternate_death = Audio.a_die_zap
|
||||
area.get_parent().die()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue