documentation pass before moving on

This commit is contained in:
Haze Weathers 2026-01-02 20:30:18 -06:00
parent c6923a3133
commit ddf3590c96
17 changed files with 84 additions and 44 deletions

View file

@ -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