Merge pull request #1026 from matthope1/read-ahead-hard

added read ahead hard funbox
This commit is contained in:
Jack 2021-02-24 16:46:55 +00:00 committed by GitHub
commit 0d611c2799
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions

View file

@ -355,7 +355,11 @@ async function activateFunbox(funbox, mode) {
restartTest();
}
if (funbox === "read_ahead" || funbox === "read_ahead_easy") {
if (
funbox === "read_ahead" ||
funbox === "read_ahead_easy" ||
funbox === "read_ahead_hard"
) {
setHighlightMode("letter", true);
restartTest();
}

View file

@ -89,6 +89,11 @@
"type": "style",
"info": "Current and the next two words are invisible!"
},
{
"name": "read_ahead_hard",
"type": "style",
"info": "Current and the next two words are invisible."
},
{
"name": "memory",
"type": "script",