Integrate beginning of shot angle calculation.

This commit is contained in:
Henry Faber 2026-06-15 16:53:15 +01:00
parent 54efa89e4e
commit 029175ccde
2 changed files with 56 additions and 18 deletions

View file

@ -15,3 +15,5 @@ extends Resource
@export_category("Stagger")
@export var horizontal_offset: float = 6.5 # Horizontal distance between projectiles
@export var stagger_offset: float = 5 # Time delay per projectile index
@export var firing_angle: float = 0.0 # Angle in degrees (0 = straight up, positive = angled right)
@export var num_groups: int = 1 # Number of symmetrical groups to fire (1 = single direction, 2 = left/right, 3 = left/center/right)