fixed score when paused

This commit is contained in:
Mees Roelofsz
2024-01-12 11:11:10 +01:00
parent a9932ec6fc
commit 1a61f6871b

View File

@@ -651,7 +651,9 @@ function game() {
pop(); pop();
if (hasMoved == true) { if (hasMoved == true) {
push(); push();
if (!pausescreenOn) {
score(); score();
}
textSize(10); textSize(10);
textAlign(LEFT); textAlign(LEFT);
fill(255, 0, 255) fill(255, 0, 255)