This commit is contained in:
2024-10-25 10:43:39 +09:00
parent c3eba80d7d
commit e8219f5766

View File

@@ -3,5 +3,6 @@ function setup() {
}
function draw() {
background(128,0,223);
background(1,0,200,);
ellipse(200,200,90,90)
}