From c7b0fda9a0713d3cd2160fe60c30a335fb904712 Mon Sep 17 00:00:00 2001 From: LEGALISE_PIRACY Date: Thu, 9 May 2024 06:51:49 +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 1f99d0a9..a284e7b4 100644 --- a/semag/crossnroad/index.html +++ b/semag/crossnroad/index.html @@ -110,7 +110,7 @@ function preload() { } function setup() { - createCanvas(windowWidth, windowHeight); + createCanvas(1280, 720); carSpeed = random(5, 15); carType = random(["🚗", "🚙", "🚓"]);