Skip to content

Commit

Permalink
[twisty] Revise stickerings.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Jan 2, 2021
1 parent 411d041 commit e805462
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/cubing/twisty/3D/puzzles/stickerings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export const stickerings: Record<ExperimentalStickering, PuzzleAppearance> = {
pieces: [p, p, p, p, d, d, d, d],
},
CENTERS: {
pieces: [p, d, d, d, d, d],
pieces: [d, d, d, d, d, d],
},
},
},
Expand Down Expand Up @@ -127,7 +127,7 @@ export const stickerings: Record<ExperimentalStickering, PuzzleAppearance> = {
pieces: [r, r, r, r, d, d, d, d],
},
CENTERS: {
pieces: [p, d, d, d, d, d],
pieces: [d, d, d, d, d, d],
},
},
},
Expand All @@ -141,7 +141,7 @@ export const stickerings: Record<ExperimentalStickering, PuzzleAppearance> = {
pieces: [o, o, o, o, d, d, d, d],
},
CENTERS: {
pieces: [p, d, d, d, d, d],
pieces: [d, d, d, d, d, d],
},
},
},
Expand All @@ -155,7 +155,7 @@ export const stickerings: Record<ExperimentalStickering, PuzzleAppearance> = {
pieces: [d, d, d, d, d, d, d, d],
},
CENTERS: {
pieces: [p, d, d, d, d, d],
pieces: [d, d, d, d, d, d],
},
},
},
Expand Down Expand Up @@ -211,7 +211,7 @@ export const stickerings: Record<ExperimentalStickering, PuzzleAppearance> = {
pieces: [r, r, r, r, d, d, d, d],
},
CENTERS: {
pieces: [r, d, d, d, d, d],
pieces: [d, d, d, d, d, d],
},
},
},
Expand All @@ -233,13 +233,13 @@ export const stickerings: Record<ExperimentalStickering, PuzzleAppearance> = {
"WVLS": {
orbits: {
EDGES: {
pieces: [o, o, o, o, d, d, d, d, r, d, d, d],
pieces: [d, d, d, d, d, d, d, d, r, d, d, d],
},
CORNERS: {
pieces: [o, o, o, o, r, d, d, d],
},
CENTERS: {
pieces: [r, d, d, d, d, d],
pieces: [d, d, d, d, d, d],
},
},
},
Expand Down Expand Up @@ -334,7 +334,7 @@ export const stickerings: Record<ExperimentalStickering, PuzzleAppearance> = {
pieces: [i, i, i, i, i, i, i, i],
},
CENTERS: {
pieces: [d, d, d, d, d, o],
pieces: [d, d, d, d, d, r],
},
},
},
Expand Down

0 comments on commit e805462

Please sign in to comment.