Skip to content

Commit e7d681d

Browse files
committed
data: one more parity alg + lower 4x4 vis speed
1 parent a5064b0 commit e7d681d

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

src/configs/algSheets/data/PLLPARITY_TREX.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,20 @@ Ka:
6868
algs:
6969
-
7070
setup: U'
71-
alg: x Lw2 L' U' L D2' L' U L F2' r2' F2' D2' Lw2' x'
71+
alg: x Lw2 L' U' L D2' L' U L F2' 3Lw2' Lw2 F2' D2' Lw2' x'
72+
isLefty: true
73+
tags: ['Direct']
74+
-
75+
setup: U
76+
alg: F' U' L' U L2 F' Lw2' F U' L U F' L' U' L' U Lw2 F2'
7277
isLefty: true
7378
tags: ['Direct']
7479

7580
Kb:
7681
algs:
7782
-
7883
setup: U
79-
alg: x' Lw2' L U L' D2' L U' L' B2' r2' B2' D2' Lw2 x
84+
alg: x' Lw2' L U L' D2' L U' L' B2' Lw2 3Lw2' B2' D2' Lw2 x
8085
isLefty: true
8186
tags: ['Direct']
8287

src/scripts/config/puzzle/4x4.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ export const puzzle4x4x4: IPuzzleDisplayConfig = {
1919
type: '4x4x4',
2020
vc: 4,
2121
cancel: { quantumMoveOrder: () => 4 },
22+
twistyPlayerConfig: {
23+
tempo: 2.5,
24+
},
2225
notation: (a, to) => { return notation4(a, to as 'vc' | 'cubingjs') },
2326
imgSource: "vc",
2427
triggers: triggerSubstitutionGroups["4x4x4"]!,

0 commit comments

Comments
 (0)