diff --git a/web/game.js b/web/game.js index 494ec1c..bfe90af 100644 --- a/web/game.js +++ b/web/game.js @@ -651,7 +651,9 @@ function game() { pop(); if (hasMoved == true) { push(); - score(); + if (!pausescreenOn) { + score(); + } textSize(10); textAlign(LEFT); fill(255, 0, 255)