Scale the Plinko scoreboard for a 1080p TV #1
Loading…
Reference in a new issue
No description provided.
Delete branch "tv-1080p-scoreboard"
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?
Retunes the scoreboard page for the display it actually runs on (1920x1080, 16:9) and fixes two rendering bugs found along the way. The input page is untouched.
Layout
max-widthcap is gone and the seven rows per column share the column height, so it fills the screen exactly and never scrolls.cursor: none, and the dead:hoverrules are removed.Fixes
get_players_by_score()so the template and the SSE stream agree. Ties share a rank, and nobody is crowned leader while everyone is still on zero.Testing
Rendered at 1920x1080 against the live player data, and drove a stubbed SSE update (Eddie 1 to 10) to confirm he takes row 1 with the leader highlight while untouched zero-score rows do not animate.