Sound effects
This commit is contained in:
parent
6ea21b3181
commit
6671b455c4
17 changed files with 94 additions and 6 deletions
|
@ -1,6 +1,7 @@
|
|||
extends Powerup
|
||||
|
||||
func _pickup():
|
||||
SoundFx.play_fx("Powerup", 1, -30)
|
||||
PlayerStats.missiles_unlocked = true
|
||||
PlayerStats.missiles += 1
|
||||
queue_free()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue