Skip to content

Commit

Permalink
rounding
Browse files Browse the repository at this point in the history
  • Loading branch information
mrworldwide1 committed Jul 6, 2023
1 parent 0534b2a commit 8014c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ function statsScreen() {
textSize(32);
textFont(regularFont);
image(statsIcon, windowWidth/2, 100, 150, 150);
text("Playtime (minutes): $ " + round(millis()/60000), windowWidth/2, 250, windowWidth, windowHeight);
text("Playtime (minutes): " + millis()/60000, windowWidth/2, 250, windowWidth, windowHeight);
text(`Money per print: $${moneyPerPrint}`, windowWidth/2, 300, windowWidth, windowHeight);
text(`Total prints: ${totalPrints}`, windowWidth/2, 350, windowWidth, windowHeight);
text(`Banknote speed: ${bankNoteSpeed}`, 650, 400, windowWidth, windowHeight);
Expand Down

0 comments on commit 8014c1c

Please sign in to comment.