Added grouped shots as sub resources, as well as the abilit to mirror
pairs.
This commit is contained in:
parent
313e013543
commit
3303d937fd
8 changed files with 166 additions and 34 deletions
|
|
@ -25,3 +25,6 @@ extends Resource
|
|||
@export var stagger_animation: bool = false
|
||||
# Rotate projectiles to point along their travel direction (requires >2 projectiles and spread_angle > 0)
|
||||
@export var follow_angle: bool = false
|
||||
|
||||
@export_category("Grouped Projectiles")
|
||||
@export var groups: Array[WeaponProjectileGroup] = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue