Merge branch 'main' of https://gitlab.fdmci.hva.nl/propedeuse-hbo-ict/onderwijs/2023-2024/out-a-se-ti/blok-2/cuujooceevii61
This commit is contained in:
@@ -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")
|
||||
}
|
Reference in New Issue
Block a user