円を追加

This commit is contained in:
2024-10-25 10:39:35 +09:00
parent 9563a6985e
commit 956c98431c

View File

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