pixi-reels

CARD\_DECK

pixi-reels


pixi-reels / index / CARD_DECK

Variable: CARD_DECK

const CARD_DECK: ReadonlyArray<{
  color: number;
  id: string;
  label: string;
}>;

Defined in: symbols/CardSymbol.ts:146

Standard high-card deck for prototyping. Each card has its own color so a full grid is visually unambiguous at a glance.