Rearrange cubic 27 slightly

Put the mid level rear edges in different groups of 10 to maintain the
"2 edges on face in different groups" pattern.

Signed-off-by: James Hogan <james@albanarts.com>
master
James Hogan 2021-04-04 15:56:02 +01:00
parent e1b2c0c712
commit 236defa328
No known key found for this signature in database
GPG Key ID: 35CEE4862B1023F2
1 changed files with 1 additions and 1 deletions

View File

@ -376,7 +376,7 @@ local numeracy_cube_specials = {
-- Number should probably be further forward
sorting = { { 'y', 1 }, { 'x', 1 }, { 'z', 1 } },
numbering = { 1, 2, 3, 4, 26, 5, 6, 7, 8, -- bottom
9, 22, 10, 23, 27, 24, 11, 25, 12, -- mid
9, 22, 11, 23, 27, 24, 12, 25, 10, -- mid
13, 14, 15, 16, 21, 17, 18, 19, 20 } -- top
},
}