Skip to content

Commit 12297da

Browse files
committed
Biscuit: Make stroke lines darker
1 parent 4d05d0f commit 12297da

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/games/biscuit.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1043,13 +1043,12 @@ export class BiscuitGame extends GameBase {
10431043
// Build rep
10441044
const rep: APRenderRep = {
10451045
board: {
1046-
style: "squares-beveled",
1046+
style: "squares",
10471047
width: width + 2,
10481048
height: height + 2,
10491049
tileHeight: 1,
10501050
tileWidth: 1,
10511051
tileSpacing: 0.1,
1052-
// strokeOpacity: 0.05,
10531052
blocked: blocked as [RowCol, ...RowCol[]],
10541053
rowLabels: rowLabels.map(l => l.replace("-", "\u2212")),
10551054
columnLabels: columnLabels.map(l => l.replace("-", "\u2212")),

0 commit comments

Comments
 (0)