Merge branch 'main' of ssh://gitlab.fdmci.hva.nl/propedeuse-hbo-ict/onderwijs/2023-2024/out-a-se-ti/blok-2/cuujooceevii61

This commit is contained in:
Mees Roelofsz
2024-01-19 12:31:38 +01:00
3 changed files with 30 additions and 0 deletions

View File

@@ -173,4 +173,14 @@ function gameOver() {
text("Main Menu", width / 2, height / 2 + height / 6);
pop();
}
}
function dodgeBanner(){
push()
fill(255, 0, 0)
textSize(100)
textAlign(CENTER, CENTER)
text("Dodge!", width / 2, height / 2)
pop()
}