fixed score when paused
This commit is contained in:
@@ -651,7 +651,9 @@ function game() {
|
||||
pop();
|
||||
if (hasMoved == true) {
|
||||
push();
|
||||
if (!pausescreenOn) {
|
||||
score();
|
||||
}
|
||||
textSize(10);
|
||||
textAlign(LEFT);
|
||||
fill(255, 0, 255)
|
||||
|
Reference in New Issue
Block a user