From 5c5e499917f2499fa16396a1be58c7dab6c721ed Mon Sep 17 00:00:00 2001 From: Patrick Kan Date: Sun, 25 Jul 2021 23:48:38 -0700 Subject: [PATCH] update with game link --- actions/home.js | 2 +- actions/start.js | 6 +++--- index.html | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/actions/home.js b/actions/home.js index 8b512a8..b256b41 100644 --- a/actions/home.js +++ b/actions/home.js @@ -1,7 +1,7 @@ var options = { strings: ['choose an action...'], smartBackspace: true, // Default value - typeSpeed: 50, + typeSpeed: 40, } var typed = "" diff --git a/actions/start.js b/actions/start.js index 893ca0f..3a38f4f 100644 --- a/actions/start.js +++ b/actions/start.js @@ -61,7 +61,7 @@ function setBoxText() { console.log("Setting box text") let boxTextOptions = { strings: ['Welcome to Patrick\'s webbie'], - typeSpeed: 40, + typeSpeed: 20, showCursor: false, // preStringTyped : function(array, self){ // playSound(); @@ -81,8 +81,8 @@ function setBoxText() { setTimeout(() => { makeNavButtonsVisible(); - }, 1000); - }, 2000); + }, 800); + }, 1500); } function makeNavButtonsVisible() { diff --git a/index.html b/index.html index dcd1481..e1057f3 100644 --- a/index.html +++ b/index.html @@ -25,9 +25,9 @@