function setup() { createCanvas(300, 300); strokeWeight(3); } function draw() { background(250, 250, 250); ellipse(mouseX, mouseY, 50); fill(100,250,180); }
© 2024 株式会社INERTIA All Rights Reserved.