Modified weapon scripts and resources with a simplified spread angle

variable.
This commit is contained in:
Henry Faber 2026-06-25 02:06:28 +01:00
parent 4f90c82b8f
commit 4f3839448b
7 changed files with 75 additions and 3 deletions

View file

@ -15,6 +15,8 @@ extends Resource
@export_category("Spread")
# Horizontal distance between projectiles
@export var horizontal_offset: float = 6.5
# Total spread angle in degrees (only applied when projectiles >= 3)
@export var spread_angle: float = 0.0
# Time delay per projectile index
@export var stagger_offset: float = 0.25