changed some more ui

This commit is contained in:
Mees Roelofsz
2024-01-16 11:08:30 +01:00
parent 53d3259502
commit a18e0c851d

View File

@@ -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");
}