Update semag/crossnroad/index.html

This commit is contained in:
LEGALISE_PIRACY 2024-05-09 06:54:06 +00:00
parent b6378eed15
commit 0b6e4d9f85

View File

@ -374,7 +374,7 @@ function loseScreen() {
textAlign(CENTER, CENTER); textAlign(CENTER, CENTER);
textFont('Press'); textFont('Press');
text("You Lose!", 350, 350); text("You Lose!", 350, 350);
textSize(20); textSize(15);
text("You got hit by a car three times.", 350, 420); text("You got hit by a car three times.", 350, 420);
text("Your score was " + score + ".", 350, 460); text("Your score was " + score + ".", 350, 460);
text("If you want to try again, just reload the page.", 350, 500); text("If you want to try again, just reload the page.", 350, 500);