diff --git a/sketch.js b/sketch.js index e01462c..c2b77f7 100644 --- a/sketch.js +++ b/sketch.js @@ -4,4 +4,5 @@ function setup() { function draw() { background(150,8,8); + ellipse(200,100,40,80) }