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
This commit is contained in:
Brian Fertig 2026-05-17 13:33:52 -06:00
parent 7b817ea3a4
commit 3e64c2dafd
1 changed files with 4 additions and 4 deletions

View File

@ -66,7 +66,7 @@ function slotLayout(slot) {
handStart: { x: 460, y: 990 }, handStart: { x: 460, y: 990 },
handAxis: 'x', handAxis: 'x',
handFaceUp: true, handFaceUp: true,
laidStart: { x: 200, y: 820 }, laidStart: { x: 700, y: 720 },
laidAxis: 'x', laidAxis: 'x',
portrait: { x: 684, y: 846, r: 56 }, portrait: { x: 684, y: 846, r: 56 },
nameLabel: { x: 684, y: 916 }, nameLabel: { x: 684, y: 916 },
@ -79,7 +79,7 @@ function slotLayout(slot) {
handStart: { x: 460, y: 60 }, handStart: { x: 460, y: 60 },
handAxis: 'x', handAxis: 'x',
handFaceUp: false, handFaceUp: false,
laidStart: { x: 200, y: 200 }, laidStart: { x: 700, y: 344 },
laidAxis: 'x', laidAxis: 'x',
portrait: { x: 1094, y: 198, r: 50 }, portrait: { x: 1094, y: 198, r: 50 },
nameLabel: { x: 1094, y: 262 }, nameLabel: { x: 1094, y: 262 },
@ -92,7 +92,7 @@ function slotLayout(slot) {
handStart: { x: 60, y: 900 }, handStart: { x: 60, y: 900 },
handAxis: 'y-up', handAxis: 'y-up',
handFaceUp: false, handFaceUp: false,
laidStart: { x: 200, y: 480 }, laidStart: { x: 524, y: 340 },
laidAxis: 'y', laidAxis: 'y',
portrait: { x: 180, y: 266, r: 50 }, portrait: { x: 180, y: 266, r: 50 },
nameLabel: { x: 180, y: 202 }, nameLabel: { x: 180, y: 202 },
@ -106,7 +106,7 @@ function slotLayout(slot) {
handStart: { x: 1860, y: 900 }, handStart: { x: 1860, y: 900 },
handAxis: 'y-up', handAxis: 'y-up',
handFaceUp: false, handFaceUp: false,
laidStart: { x: 1720, y: 480 }, laidStart: { x: 1396, y: 340 },
laidAxis: 'y', laidAxis: 'y',
portrait: { x: 1740, y: 670, r: 50 }, portrait: { x: 1740, y: 670, r: 50 },
nameLabel: { x: 1740, y: 734 }, nameLabel: { x: 1740, y: 734 },