From 3e64c2dafdb32fb0fd85c0f78b8bd3897b616b03 Mon Sep 17 00:00:00 2001 From: Brian Fertig Date: Sun, 17 May 2026 13:33:52 -0600 Subject: [PATCH] refactor: adjust laid card positions for all players in Phase 10 - Update `laidStart` coordinates for top, bottom, left, and right slots to reposition laid cards - Changes aim to improve card visibility and spacing during gameplay --- public/src/games/phase10/Phase10Game.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/src/games/phase10/Phase10Game.js b/public/src/games/phase10/Phase10Game.js index e103ed9..ae7d36b 100644 --- a/public/src/games/phase10/Phase10Game.js +++ b/public/src/games/phase10/Phase10Game.js @@ -66,7 +66,7 @@ function slotLayout(slot) { handStart: { x: 460, y: 990 }, handAxis: 'x', handFaceUp: true, - laidStart: { x: 200, y: 820 }, + laidStart: { x: 700, y: 720 }, laidAxis: 'x', portrait: { x: 684, y: 846, r: 56 }, nameLabel: { x: 684, y: 916 }, @@ -79,7 +79,7 @@ function slotLayout(slot) { handStart: { x: 460, y: 60 }, handAxis: 'x', handFaceUp: false, - laidStart: { x: 200, y: 200 }, + laidStart: { x: 700, y: 344 }, laidAxis: 'x', portrait: { x: 1094, y: 198, r: 50 }, nameLabel: { x: 1094, y: 262 }, @@ -92,7 +92,7 @@ function slotLayout(slot) { handStart: { x: 60, y: 900 }, handAxis: 'y-up', handFaceUp: false, - laidStart: { x: 200, y: 480 }, + laidStart: { x: 524, y: 340 }, laidAxis: 'y', portrait: { x: 180, y: 266, r: 50 }, nameLabel: { x: 180, y: 202 }, @@ -106,7 +106,7 @@ function slotLayout(slot) { handStart: { x: 1860, y: 900 }, handAxis: 'y-up', handFaceUp: false, - laidStart: { x: 1720, y: 480 }, + laidStart: { x: 1396, y: 340 }, laidAxis: 'y', portrait: { x: 1740, y: 670, r: 50 }, nameLabel: { x: 1740, y: 734 },