Integrate beginning of shot angle calculation.
This commit is contained in:
parent
54efa89e4e
commit
029175ccde
2 changed files with 56 additions and 18 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue