Added follow angle for spread shots so projectiles point in the

direction they're going.
This commit is contained in:
Henry Faber 2026-06-26 22:55:32 +01:00
parent 62e02d2555
commit 2db5f37975
3 changed files with 7 additions and 0 deletions

View file

@ -23,3 +23,5 @@ extends Resource
@export_category("Effects")
# Offset animation playback per projectile index
@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