profile location adjustments in Ticket to Ride.

This commit is contained in:
Brian Fertig 2026-06-05 11:53:57 -06:00
parent 25ccdb5da9
commit e07f48a85c
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ const TTR_ROUTE_HEX = {
// Right-band + bottom-strip layout (1920×1080). The map occupies x<1400.
const RB = { x0: 1408, cx: 1660, w: 512 };
const OPP_COL1_X = 1450, OPP_COL2_X = 1706, OPP_Y0 = 150, OPP_STEP = 150, OPP_R = 32;
const OPP_COL1_X = 1480, OPP_COL2_X = 1736, OPP_Y0 = 150, OPP_STEP = 150, OPP_R = 32;
const MK_X = 1476, MK_Y0 = 507, MK_STEP = 104, CARD_W = 78, CARD_H = 112;
const MINI_W = 22, MINI_H = 32, MINI_STEP = 14;
const PILE_X = 1646;