This commit is contained in:
Felipe M 2021-05-22 18:43:03 +02:00
parent 847670821d
commit c5a54977ac
Signed by: fmartingr
GPG key ID: 716BC147715E716F
7 changed files with 16 additions and 6 deletions

View file

@ -2,4 +2,5 @@ extends Powerup
func _pickup():
PlayerStats.missiles_unlocked = true
PlayerStats.missiles += 1
queue_free()