From 7389ccc4c2b79088cbbdbe59e2cbaaa1c866b435 Mon Sep 17 00:00:00 2001
From: VocalNutria9174 <80171681+VocalNutria9174@users.noreply.github.com>
Date: Wed, 9 Feb 2022 08:44:55 -0500
Subject: [PATCH] Update gorilla-type.html
---
gorilla-type.html | 65 +++++++++++++++++++++++++++++++++--------------
1 file changed, 46 insertions(+), 19 deletions(-)
diff --git a/gorilla-type.html b/gorilla-type.html
index 18f78bc..89aba29 100644
--- a/gorilla-type.html
+++ b/gorilla-type.html
@@ -1,9 +1,8 @@
-
-
+
@@ -54,7 +53,7 @@
gorilla-type
@@ -143,8 +142,9 @@
-
@@ -360,7 +360,22 @@
"type",
"escape",
"study",
-"social"];
+"social",
+"result",
+"jump",
+"left",
+"north",
+"south",
+"east",
+"west",
+"quick",
+"vigilant",
+"dog",
+"cat",
+"word",
+"drink",
+"slide",
+"cloud"];
let wordsList = [];
let currentWordIndex = 0;
@@ -1171,6 +1186,14 @@
exec: () => {
currentCommands = commandsWordCount;
showCommandLine();
+ } },
+
+ {
+ id: "",
+ display: "Close Command Line...",
+ subgroup: true,
+ exec: () => {
+ hideCommandLine();
} }] };
@@ -1393,6 +1416,10 @@
}
$(window).on('load', function() {
restartTest();});
+
+ function readmeRedir() {
+ window.location.href = "https://github.com/VocalNutria9174/gorilla-type/blob/main/README.md";
+ }