diff --git a/web/js/Menu.js b/web/js/Menu.js index a47e560..3b74428 100644 --- a/web/js/Menu.js +++ b/web/js/Menu.js @@ -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"); } \ No newline at end of file