fix(engine): raise dynamic tableau fan cap to fill tall viewports #115
Reference in New Issue
Block a user
Delete Branch "fix/cover-screen-fan-cap"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Raises
MAX_DYNAMIC_FAN_FRAC0.6 → 0.9 so the dynamic tableau fill spreads further on very tall / narrow viewports (a foldable cover screen was left ~40% empty at the cap). Fills the unfolded near-square screen to ~100%, lets the cover screen fill further, and the rest fills as columns deepen during play. Normal phones are unaffected (their fill fraction is already below the cap); deeper columns still drive the fraction down so nothing overflows, and hit-testing stays in sync.Vertical centring of the residual was investigated and dropped: a 21:9 phone is aspect-identical to the cover screen, so centring can't be targeted to foldables without disconnecting the board from the HUD on tall phones.
🤖 Generated with Claude Code