Update spawner to be scene-based.
This commit is contained in:
parent
8fe05e0c70
commit
da9f947788
9 changed files with 59 additions and 46 deletions
|
|
@ -11,6 +11,9 @@ extends Resource
|
|||
# PackedScene reference to the bullet / projectile scene instantiated on fire.
|
||||
@export var bullet_scene: PackedScene
|
||||
|
||||
# Icon used when this weapon appears as a powerup pickup on the field.
|
||||
@export var pickup_icon: Texture2D
|
||||
|
||||
|
||||
@export_subgroup("Launch")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue