From 706423cb764b2d62c463a9cf2b8d4b9daf4ba4df Mon Sep 17 00:00:00 2001 From: CutieCat2804 Date: Sun, 13 Oct 2024 11:45:29 +0200 Subject: [PATCH] add question-mark to preview --- shared/testBoard.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/testBoard.ts b/shared/testBoard.ts index fdb2894..820d695 100644 --- a/shared/testBoard.ts +++ b/shared/testBoard.ts @@ -33,7 +33,7 @@ export const testBoard: ServerGame = { ]), minesCount: 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8, isQuestionMark: rotate([ - [...Array(11).fill(false)], + [false, true, ...Array(9).fill(false)], [...Array(11).fill(false)], [...Array(11).fill(false)], [...Array(11).fill(false)],