From b6378eed15e7e90a5b43b14fb4d7da29f0bd9952 Mon Sep 17 00:00:00 2001 From: LEGALISE_PIRACY Date: Thu, 9 May 2024 06:53:17 +0000 Subject: [PATCH] Update semag/crossnroad/index.html --- semag/crossnroad/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/semag/crossnroad/index.html b/semag/crossnroad/index.html index 8674bc4e..f6b34615 100644 --- a/semag/crossnroad/index.html +++ b/semag/crossnroad/index.html @@ -374,7 +374,7 @@ function loseScreen() { textAlign(CENTER, CENTER); textFont('Press'); text("You Lose!", 350, 350); - textSize(30); + textSize(20); text("You got hit by a car three times.", 350, 420); text("Your score was " + score + ".", 350, 460); text("If you want to try again, just reload the page.", 350, 500);