Add square 121 arrangement

Add a custom arrangement for 11x11 square, with 1 in the middle, 10
around it in the following pattern:

 XX XX
 XXXXX
  X X
 XXXXX
 XX XX

And 100 filling out the rest of the square.

Signed-off-by: James Hogan <james@albanarts.com>
master
James Hogan 2021-11-16 17:33:58 +00:00
parent cffbf565d9
commit 275a036697
No known key found for this signature in database
GPG Key ID: 35CEE4862B1023F2
1 changed files with 13 additions and 0 deletions

View File

@ -492,6 +492,19 @@ local numeracy_rect_specials = {
50, 54, 55, 56, 64, 65, 66, 78, 79,
57, 58, 59, 60, 67, 68, 69, 70, 80 },
},
[121] = {
[11] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11,
12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22,
23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33,
34, 35, 36, 101, 102, 37, 103, 104, 38, 39, 40,
41, 42, 43, 105, 106, 107, 108, 109, 44, 45, 46,
47, 48, 49, 50, 110, 121, 111, 51, 52, 53, 54,
55, 56, 57, 112, 113, 114, 115, 116, 58, 59, 60,
61, 62, 63, 117, 118, 64, 119, 120, 65, 66, 67,
68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78,
79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89,
90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100 },
},
}
-- transposed