Cockatrice/cockatrice/src/game_graphics
DawnFire42 81a2712b92
Fix card stacking overflow when vertical zone has many cards (#6925)
Previously, minOffset (10px) was enforced unconditionally, causing card
  tops to overflow zone bounds when many cards were stacked. For example,
  50 cards in a 200px zone would place the last card's top at y=490.

  Now offsets compress below minOffset when necessary to keep all card
  tops visible. The constraint is guarded by !allowBottomOverflow to
  preserve future clipping zone semantics.
2026-05-21 22:56:24 -07:00
..
board Standardize Doxygen documentation (#6885) 2026-05-21 22:58:07 +02:00
zones Fix card stacking overflow when vertical zone has many cards (#6925) 2026-05-21 22:56:24 -07:00