Skip to content

Commit

Permalink
Update game.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mrworldwide1 authored Sep 16, 2023
1 parent 084ffe8 commit fe9f0c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion game.js
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@ function upgradesScreen() {
}
}

//-----------------------Main Sketch | MOST IMPORTANT PART-----------------------//
//-----------------------Main Sketch, Core Code | MOST IMPORTANT PART-----------------------//
function setup() {
createCanvas(windowWidth, windowHeight);
background(bgColor);
Expand Down Expand Up @@ -810,6 +810,8 @@ function draw() {
}
}

//-----------------------Addtl. Mouse/Key inputs for Printer-----------------------//

// Print banknote when printer is left clicked
function mouseClicked() {
if (printerMouseCollide) {
Expand Down

0 comments on commit fe9f0c4

Please sign in to comment.