円の追加

This commit is contained in:
2024-11-01 09:15:35 +09:00
parent ae8ec4e6ec
commit 77905ddb4c

View File

@@ -3,5 +3,6 @@ function setup() {
}
function draw() {
background(128);
}
background(254,0,254);
ellipse(200,295,190,200);
}