pixi-reels

StartPhaseOptions

pixi-reels


pixi-reels / index / StartPhaseOptions

Interface: StartPhaseOptions

Defined in: spin/phases/StartPhase.ts:15

What a game hands StartPhase through f.register('start', StartPhase, options).

Properties#

PropertyTypeDescriptionDefined in
steps?StepsEditor<StartStepContext>Edit the built-in steps (delay, launch, pull, accelerate, announce) before they run: insert one, replace one, drop one. Gets the default list, returns the list to run. See insertAfter and friends.spin/phases/StartPhase.ts:21