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