yes, they canjj st!
This commit is contained in:
parent
6b92473eeb
commit
a6421235f8
22 changed files with 510 additions and 14 deletions
16
systems/bullets/bullet_preset.gd
Normal file
16
systems/bullets/bullet_preset.gd
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
class_name BulletPreset
|
||||
extends Resource
|
||||
|
||||
@export var behavior: BulletBehavior = null
|
||||
|
||||
@export var pattern: BulletSpawnPattern = null
|
||||
|
||||
@export var textures: Array[Texture2D] = []
|
||||
|
||||
@export var hitbox_size: Vector2i = Vector2i.ZERO
|
||||
|
||||
@export var face_direction: bool = false
|
||||
|
||||
@export var rounds: int = 1
|
||||
|
||||
@export var round_delay: float = 0.0
|
||||
Loading…
Add table
Add a link
Reference in a new issue