Missiles unlockable
This commit is contained in:
parent
2e1bcbc225
commit
0f3f6f0133
12 changed files with 82 additions and 3 deletions
5
metroidvania/Scenes/Player/MissilesPowerup.gd
Normal file
5
metroidvania/Scenes/Player/MissilesPowerup.gd
Normal file
|
@ -0,0 +1,5 @@
|
|||
extends Powerup
|
||||
|
||||
func _pickup():
|
||||
PlayerStats.missiles_unlocked = true
|
||||
queue_free()
|
Loading…
Add table
Add a link
Reference in a new issue