5 lines
85 B
GDScript
5 lines
85 B
GDScript
extends Powerup
|
|
|
|
func _pickup():
|
|
PlayerStats.missiles_unlocked = true
|
|
queue_free()
|