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