mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-04 04:26:54 +08:00
feat(funbox): add plus zero funbox. only the current word is visible
This commit is contained in:
parent
d6c17664ee
commit
6a768b40b4
3 changed files with 18 additions and 2 deletions
|
@ -171,6 +171,12 @@ const FunboxList: MonkeyTypes.FunboxMetadata[] = [
|
|||
properties: ["changesWordsVisibility", "toPush:2", "noInfiniteDuration"],
|
||||
name: "plus_one",
|
||||
},
|
||||
{
|
||||
canGetPb: true,
|
||||
difficultyLevel: 1,
|
||||
properties: ["changesWordsVisibility", "toPush:1", "noInfiniteDuration"],
|
||||
name: "plus_zero",
|
||||
},
|
||||
{
|
||||
canGetPb: true,
|
||||
difficultyLevel: 0,
|
||||
|
|
|
@ -116,9 +116,14 @@ const list: MonkeyTypes.FunboxMetadata[] = [
|
|||
numbers: [false],
|
||||
},
|
||||
},
|
||||
{
|
||||
name: "plus_zero",
|
||||
info: "React quickly! Only the current word is visible.",
|
||||
properties: ["changesWordsVisibility", "toPush:1", "noInfiniteDuration"],
|
||||
},
|
||||
{
|
||||
name: "plus_one",
|
||||
info: "React quickly! Only one future word is visible.",
|
||||
info: "Only one future word is visible.",
|
||||
properties: ["changesWordsVisibility", "toPush:2", "noInfiniteDuration"],
|
||||
},
|
||||
{
|
||||
|
|
|
@ -84,9 +84,14 @@
|
|||
"info": "!@#$%^&*. Only special characters.",
|
||||
"canGetPb": false
|
||||
},
|
||||
{
|
||||
"name": "plus_zero",
|
||||
"info": "React quickly! Only the current word is visible.",
|
||||
"canGetPb": true
|
||||
},
|
||||
{
|
||||
"name": "plus_one",
|
||||
"info": "React quickly! Only one future word is visible.",
|
||||
"info": "Only one future word is visible.",
|
||||
"canGetPb": true
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue