From e07f48a85c5ebacd642ba8c3db136b12d00641a2 Mon Sep 17 00:00:00 2001 From: Brian Fertig Date: Fri, 5 Jun 2026 11:53:57 -0600 Subject: [PATCH] profile location adjustments in Ticket to Ride. --- public/src/games/tickettoride/TicketToRideGame.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;