diff --git a/semag/crossnroad/index.html b/semag/crossnroad/index.html index a284e7b4..8674bc4e 100644 --- a/semag/crossnroad/index.html +++ b/semag/crossnroad/index.html @@ -145,7 +145,7 @@ function draw() { push(); textFont('Press'); - textSize(50); + textSize(20); text("Score: " + score, 10, 50); pop();