Skip to content

Commit

Permalink
Update game.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mrworldwide1 committed Jul 25, 2023
1 parent 6acbe13 commit 18ab262
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 @@ -426,7 +426,7 @@ function moneyPerSecond() {
fill(MpSColor);
textSize(MpSSize);
textFont(moneyCounterFont);
text(`Money per second: ${MpS}`, MpSPosX, MpSPosY);
text(`Money per second: $${MpS}`, MpSPosX, MpSPosY);
}

// In-game text displaying total amount of money earned
Expand Down

0 comments on commit 18ab262

Please sign in to comment.