diff --git a/sketch.js b/sketch.js index 9a7ab33..2207640 100644 --- a/sketch.js +++ b/sketch.js @@ -3,5 +3,6 @@ function setup() { } function draw() { - background(128); -} + background(254,0,254); + ellipse(200,295,190,200); +} \ No newline at end of file