Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mrworldwide1 committed Sep 16, 2023
1 parent fe9f0c4 commit 7600813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ let printerMouseCollide = false;
let storedMillis = 0;
const autoSaveInterval = 10000; // ms
const blackColor = 0;
const aboutText = ["Lucas Leung", "June 16, 2023", "thanks for reading :D";
const aboutText = ["Lucas Leung", "June 16, 2023", "thanks for reading :D"];
let gameTitleSize = (windowWidth + windowHeight) / 25;
let gameTitlePosX = windowWidth / 2;
let gameTitlePosY = windowHeight / 3.5;
Expand Down

0 comments on commit 7600813

Please sign in to comment.