Skip to content

Commit e357efc

Browse files
authored
chore(funbox): increase layout_mirror difficulty to level 3 (@ShizukoV) (monkeytypegame#6761)
### Description I've changed the difficulty of the `layout_mirror` funbox from 1 to 3. The `layout_mirror` funbox completely mirrors the keyboard layout, significantly increasing difficulty compared to other funboxes currently labeled as difficulty level 1, (`earthquake`, `capitals`, `gibberish`), which are much less disruptive. The `layout_mirror` funbox is also similar to the `mirror` funbox (which mirrors the screen), currently rated at difficulty level 3. Since `layout_mirror` alters the entire keyboard layout itself, making even basic typing extremely challenging, it makes sense for it to also be difficulty level 3.
1 parent 9567e07 commit e357efc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/funbox/src/list.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ const list: Record<FunboxName, FunboxMetadata> = {
133133
layout_mirror: {
134134
description: "Mirror the keyboard layout",
135135
canGetPb: true,
136-
difficultyLevel: 1,
136+
difficultyLevel: 3,
137137
properties: ["changesLayout"],
138138
frontendFunctions: ["applyConfig", "rememberSettings"],
139139
name: "layout_mirror",

0 commit comments

Comments
 (0)