diff --git a/sketch.js b/sketch.js index 9a7ab33..bc450f8 100644 --- a/sketch.js +++ b/sketch.js @@ -3,5 +3,6 @@ function setup() { } function draw() { - background(128); + background(10,120,100); + ellipse(200, 0, 100, 120); }