Narrow master called-numbers board columns
- Reduce column step width from 90px to 58px - Reduce cell width from 84px to 44px - Keeps cell height unchanged at 44px
This commit is contained in:
parent
00e6607a48
commit
166da6fd0d
|
|
@ -31,7 +31,7 @@ const OPP_ROWY = [168, 358, 548, 738, 928];
|
|||
const PW = 196, PH = 176;
|
||||
|
||||
// Bottom: master called-numbers board (B-I-N-G-O × 1..15)
|
||||
const CB_CX0 = 590, CB_STEP_X = 90, CB_CELL_W = 84, CB_CELL_H = 44;
|
||||
const CB_CX0 = 590, CB_STEP_X = 58, CB_CELL_W = 44, CB_CELL_H = 44;
|
||||
const CB_RY = [792, 844, 896, 948, 1000];
|
||||
const CB_LETTER_X = 510;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue