Skip to content

Latest commit

 

History

History
executable file
·
38 lines (21 loc) · 625 Bytes

StatusLights.md

File metadata and controls

executable file
·
38 lines (21 loc) · 625 Bytes

StatusLights Enum

The different kinds of status lights.

public enum StatusLights

Fields

None 0

No status light.

Off 1

The status light that is off.

Solve 2

The status light that is green, representing a solve.

Strike 4

The status light that is red, representing a strike.

Remarks

The game uses separate game objects for each status light kind.