diff --git a/src/cubing/twisty/3D/puzzles/stickerings.ts b/src/cubing/twisty/3D/puzzles/stickerings.ts index 9b1735232..a672a14d8 100644 --- a/src/cubing/twisty/3D/puzzles/stickerings.ts +++ b/src/cubing/twisty/3D/puzzles/stickerings.ts @@ -146,6 +146,20 @@ export const stickerings: Record = { }, }, + "ELL": { + orbits: { + EDGES: { + pieces: [r, r, r, r, d, d, d, d, d, d, d, d], + }, + CORNERS: { + pieces: [d, d, d, d, d, d, d, d], + }, + CENTERS: { + pieces: [p, d, d, d, d, d], + }, + }, + }, + "ELS": { orbits: { EDGES: { diff --git a/src/cubing/twisty/dom/TwistyPlayerConfig.ts b/src/cubing/twisty/dom/TwistyPlayerConfig.ts index b1e861cbb..92a6b2634 100644 --- a/src/cubing/twisty/dom/TwistyPlayerConfig.ts +++ b/src/cubing/twisty/dom/TwistyPlayerConfig.ts @@ -53,6 +53,7 @@ export const experimentalStickerings = { "OLL": true, "COLL": true, "OCLL": true, + "ELL": true, "ELS": true, "LL": true, "F2L": true, diff --git a/src/demo/index.html b/src/demo/index.html index 3cb385ab3..e96b6b580 100644 --- a/src/demo/index.html +++ b/src/demo/index.html @@ -47,6 +47,7 @@

cubing.js
Dev Apps

🔄 twisty/2d-stickering +
🔄 twisty/2d-ll-stickering
🔄 twisty/pg3d
🔄 twisty/pyraminx
🔄 twisty/ll
@@ -54,7 +55,6 @@

cubing.js
Dev Apps

🔄 twisty/supercube
🔄 twisty/supercube-arrows
🔄 twisty/simultaneous
-
🔄 twisty/2d-ll-stickering
🖼 KPuzzle SVG
🕶 VR
🕶 VR proxy
diff --git a/src/demo/twisty/2d-ll-stickering.html b/src/demo/twisty/2d-ll-stickering.html index e8d750cbc..75a7056b4 100644 --- a/src/demo/twisty/2d-ll-stickering.html +++ b/src/demo/twisty/2d-ll-stickering.html @@ -42,6 +42,14 @@

OCLL

control-panel="none" background="none" > +

ELL

+

CLS