documentation pass before moving on
This commit is contained in:
parent
c6923a3133
commit
ddf3590c96
17 changed files with 84 additions and 44 deletions
|
|
@ -2,10 +2,14 @@ class_name BulletSet
|
|||
extends Node2D
|
||||
|
||||
|
||||
## Preset that determines how bullets are spawned, look, and behave.
|
||||
@export var preset: BulletPreset
|
||||
|
||||
|
||||
## Offset in pixels from the set's [member position] where
|
||||
## a [BulletSpawnPattern] should spawn bullets.
|
||||
var spawn_offset: Vector2 = Vector2.ZERO
|
||||
## Offset from the set's [member rotation] that a [BulletSpawnPattern] should rotate itself by.
|
||||
var spawn_rotation: float = 0.0
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue