Interface: GameStepStateData
Defined in: src/interfaces/GameStepStateData.ts:9
It is a interface that contains the information of a step.
Properties
canvas
> canvas: CanvasGameState
Defined in: src/interfaces/GameStepStateData.ts:25
The canvas that occurred during the progression of the steps.
labelIndex
> labelIndex: number
Defined in: src/interfaces/GameStepStateData.ts:21
The index of the label that occurred during the progression of the steps.
openedLabels
> openedLabels: OpenedLabel[]
Defined in: src/interfaces/GameStepStateData.ts:29
The opened labels that occurred during the progression of the steps.
path
> path: string
Defined in: src/interfaces/GameStepStateData.ts:13
The browser path that occurred during the progression of the steps.
sound
> sound: SoundGameState
Defined in: src/interfaces/GameStepStateData.ts:33
The sound data that occurred during the progression of the steps.
storage
> storage: StorageGameState
Defined in: src/interfaces/GameStepStateData.ts:17
The storage that occurred during the progression of the steps.