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(["🚗", "🚙", "🚓"]);