extends Powerup func _pickup(): SoundFx.play_fx("Powerup", 1, -30) PlayerStats.missiles_unlocked = true PlayerStats.missiles += 1 queue_free()