Skip to content

Commit

Permalink
Fix bug on about screen
Browse files Browse the repository at this point in the history
  • Loading branch information
mrworldwide1 committed Jul 25, 2023
1 parent bf1055b commit b8939c6
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 @@ -25,7 +25,7 @@ let gameTitlePosX = windowWidth / 2;
let gameTitlePosY = windowHeight / 3.5;
let gameTitleColor = 0;
let moneyIncrease;
const aboutTextPosY = windowHeight / 2
let aboutTextPosY = windowHeight / 2;

// Title screen menu buttons
let selectedTitleScreenButton = 0;
Expand Down

0 comments on commit b8939c6

Please sign in to comment.