Skip to content

Commit

Permalink
update with game link
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickKan committed Jul 26, 2021
1 parent 781edc9 commit 5c5e499
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion actions/home.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var options = {
strings: ['choose an action...'],
smartBackspace: true, // Default value
typeSpeed: 50,
typeSpeed: 40,
}
var typed = ""

Expand Down
6 changes: 3 additions & 3 deletions actions/start.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand All @@ -81,8 +81,8 @@ function setBoxText() {

setTimeout(() => {
makeNavButtonsVisible();
}, 1000);
}, 2000);
}, 800);
}, 1500);
}

function makeNavButtonsVisible() {
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
</div>
<div class="nav-button-container">
<div class="nav-button-wrapper" id="button-0">
<a href="typing.html">
<a href="https://onlinesnake.com/" target="_blank">
<div class="nav-button" id="about">
<p class="nav-button-title">about</p>
<p class="nav-button-title">game</p>
</div>
</a>
</div>
Expand Down

0 comments on commit 5c5e499

Please sign in to comment.