diff --git a/sketch.js b/sketch.js index a05fc03..3684838 100644 --- a/sketch.js +++ b/sketch.js @@ -3,5 +3,6 @@ function setup() { } function draw() { - background(128,0,223); + background(1,0,200,); + ellipse(200,200,90,90) }