円を追加

This commit is contained in:
2024-10-25 10:39:52 +09:00
parent 090895aa96
commit 6e9e275254

View File

@@ -4,4 +4,5 @@ function setup() {
function draw() {
background(250,0,250);
ellipse(200, 200, 3, 80);
}