Update spawner to be scene-based.

This commit is contained in:
Henry Faber 2026-06-30 20:16:26 +01:00
parent 8fe05e0c70
commit da9f947788
9 changed files with 59 additions and 46 deletions

View file

@ -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")