Update semag/crossnroad/index.html

This commit is contained in:
LEGALISE_PIRACY 2024-05-09 07:04:44 +00:00
parent a0c8fbe5cf
commit b7f712e9c8

View File

@ -136,12 +136,7 @@ function draw() {
rect(0, 100, 700, 115); rect(0, 100, 700, 115);
pop(); pop();
for (var roadX = 10; roadX < 720; roadX += 50) {
push();
fill("white");
rect(roadX, 470, 30, 10);
pop();
}
push(); push();
textFont('Press'); textFont('Press');