円を追加

This commit is contained in:
2024-10-25 10:39:47 +09:00
parent b8cd7f4bdb
commit 9f85b5369a

View File

@@ -4,4 +4,5 @@ function setup() {
function draw() {
background(150,8,8);
ellipse(200,100,40,80)
}