Skip to content

Commit

Permalink
Update cutscenes.js
Browse files Browse the repository at this point in the history
  • Loading branch information
spacecowgoesmoo authored Dec 14, 2018
1 parent 7ffce97 commit 4063f55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cutscenes.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ function startGame() {
optionsMenuButton.style.display = 'inline'; // This and the inline CSS on the HTML tag are required for IE and Edge. Fuck IE.
newFade(resourceCounterFadeinContainer, 1, 0.7);
newFade(lowerRightFadeinContainer, 1, 0.7);

cow.gameStarted = true;
}

function fadeOutPreloader() {
Expand Down

0 comments on commit 4063f55

Please sign in to comment.