Added grouped shots as sub resources, as well as the abilit to mirror

pairs.
This commit is contained in:
Henry Faber 2026-06-26 23:54:53 +01:00
parent 313e013543
commit 3303d937fd
8 changed files with 166 additions and 34 deletions

View file

@ -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] = []