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:
parent
7b817ea3a4
commit
3e64c2dafd
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Reference in New Issue