Update semag/crossnroad/index.html

This commit is contained in:
LEGALISE_PIRACY 2024-05-09 06:51:49 +00:00
parent 78bbef0648
commit c7b0fda9a0

View File

@ -110,7 +110,7 @@ function preload() {
}
function setup() {
createCanvas(windowWidth, windowHeight);
createCanvas(1280, 720);
carSpeed = random(5, 15);
carType = random(["🚗", "🚙", "🚓"]);