GET BZAPPED

This commit is contained in:
Haze Weathers 2024-07-08 16:36:30 -04:00
parent c97f41fb47
commit 45ffc4d3b7
5 changed files with 303 additions and 6 deletions

View file

@ -3,5 +3,4 @@ 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()
area.get_parent().zap()