Interface 10

PHOTO EMBED

Sun Jan 07 2024 18:29:55 GMT+0000 (Coordinated Universal Time)

Saved by @马丽

function setup() {
  createCanvas(400, 400); // Create a canvas
}

function draw() {
  background(220); // Set background color
  ellipse(200, 200, 50, 50); // Draw a circle
}
content_copyCOPY