changed some more ui
This commit is contained in:
@@ -73,7 +73,7 @@ function pauseMenu(){
|
||||
textAlign(CENTER);
|
||||
textSize(50);
|
||||
fill(255, 255, 255);
|
||||
text("Paused", width / 2, height / 2 - 100);
|
||||
text("Paused", width / 2, height / 2 - height/6);
|
||||
button(255, 255, 255, width / 2, height / 2, "Resume");
|
||||
button(255, 255, 255, width / 2, height / 2 + height/12, "Main Menu");
|
||||
}
|
Reference in New Issue
Block a user