function setup() { createCanvas(windowWidth, windowHeight); background(255, 0, 0); } function draw() { stroke(frameCount); rect(frameCount, frameCount, 150, 150); }
© 2023 株式会社INERTIA All Rights Reserved.