Natsu
function setup() { createCanvas(300, 300); strokeWeight(3); } function draw() { noFill(); stroke(random(0, 300), random(0, 200), random(200, 200)); ellipse(random(0, 300),random(0, 300), random(50, 60)); }
© 2025 株式会社INERTIA All Rights Reserved.