Skip to content

Hand Stack

The hand stack shows a player’s cards in hand as a stack of card title strips. Configure it in the Hand Stack section. Each player is set up separately, under Left Player and Right Player.

Hand Stack configuration section

  • Card strip width (px) — how wide each card strip is drawn.
  • Max height (px) — caps the stack’s height. When the hand is taller than the cap, the cards nearest the anchor stay and the rest collapse into a +N pill at the growing edge. Set it to 0 for no cap (show every card).
  • Grow — the direction the stack extends from its anchor as cards are added: Top-down, Bottom-up, or Center. This also decides which end holds the newest card and where the +N overflow pill sits.
  • New card — where a freshly added card lands: Append (at the far end) or Prepend (at the anchor end).
Config reference (JSON)
{
"anchor": "bottom-left",
"offset": { "x": 8, "y": -24 },
"cardStripWidth": 340,
"growth": "bottom-up",
"insert": "append",
"maxHeight": 0
}
  • cardStripWidth — strip width in pixels (default 340).
  • growthtop-down, bottom-up, or center (default bottom-up).
  • insertappend or prepend (default append). Optional.
  • maxHeight — pixel cap, 0 = unlimited (default 0). Optional.