yes, they canjj st!
This commit is contained in:
parent
6b92473eeb
commit
a6421235f8
22 changed files with 510 additions and 14 deletions
6
systems/bullets/spawn_patterns/bullet_spawn_pattern.gd
Normal file
6
systems/bullets/spawn_patterns/bullet_spawn_pattern.gd
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
@abstract
|
||||
class_name BulletSpawnPattern
|
||||
extends Resource
|
||||
|
||||
|
||||
@abstract func spawn_bullets(bullet_set: BulletSet, preset: BulletPreset) -> void
|
||||
Loading…
Add table
Add a link
Reference in a new issue