extends Area2D func _on_Area2D_area_entered(area): #Kill player if area.is_in_group("player_hitbox"): area.get_parent().zap()