diff --git a/public/src/games/tickettoride/TicketToRideGame.js b/public/src/games/tickettoride/TicketToRideGame.js index 389a127..f9170f4 100644 --- a/public/src/games/tickettoride/TicketToRideGame.js +++ b/public/src/games/tickettoride/TicketToRideGame.js @@ -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;