sam
2024-01-12 08:49:07 +01:00
2 changed files with 23 additions and 0 deletions

View File

@@ -73,4 +73,10 @@ function button(r, g, b, buttonX, buttonY, buttonWidth, buttonHeight, buttonText
// }
// }
pop()
}
function pauseMenu(){
textAlign(CENTER);
button(255, 255, 255, width / 2 - 90, height / 2, 200, 40, "Resume")
button(255, 255, 255, width / 2 - 90, height / 2 + 50, 200, 40, "Main Menu")
}