diff --git a/sketch.js b/sketch.js index 9a7ab33..6fcb6b7 100644 --- a/sketch.js +++ b/sketch.js @@ -3,5 +3,5 @@ function setup() { } function draw() { - background(128); + background(250,0,250); }