Modified weapon scripts and resources with a simplified spread angle
variable.
This commit is contained in:
parent
4f90c82b8f
commit
4f3839448b
7 changed files with 75 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue