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

@ -1,8 +1,11 @@
class_name RotationSetBehavior
extends BulletSetBehavior
## Applies rotational motion to a [BulletSet].
## Speed at which the set rotates, including existing child [Bullet]s and [BulletSet]s.
@export_custom(0, "radians_as_degrees,suffix:°/s") var rotation_speed: float = 0.0
## Speed at which the rotation offset of spawned bullet patterns will change.
@export_custom(0, "radians_as_degrees,suffix:°/s") var spawn_rotation_speed: float = 0.0