From b7f712e9c86c21198a872b9868d33b9e044bb236 Mon Sep 17 00:00:00 2001 From: LEGALISE_PIRACY Date: Thu, 9 May 2024 07:04:44 +0000 Subject: [PATCH] Update semag/crossnroad/index.html --- semag/crossnroad/index.html | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/semag/crossnroad/index.html b/semag/crossnroad/index.html index 5297f02c..fde21aeb 100644 --- a/semag/crossnroad/index.html +++ b/semag/crossnroad/index.html @@ -136,12 +136,7 @@ function draw() { rect(0, 100, 700, 115); pop(); - for (var roadX = 10; roadX < 720; roadX += 50) { - push(); - fill("white"); - rect(roadX, 470, 30, 10); - pop(); - } + push(); textFont('Press');