diff --git a/semag/crossnroad/index.html b/semag/crossnroad/index.html index f6b34615..5297f02c 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(20); + textSize(15); 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);