|
timer.Beat() specifies a sequence with a single beat. All events
created using ctx will have their beat set to 0.
|
p.Sequence(timer.Beat(0), func(ctx context.Context) {
ctx.NewLighting(
evt.WithLight(evt.BackLasers),
evt.WithLightValue(evt.LightBlueFade),
)
})
|