diff --git a/public/sketch.js b/public/sketch.js index 89c80d3..6b0d938 100644 --- a/public/sketch.js +++ b/public/sketch.js @@ -10,7 +10,7 @@ function setup() { } function draw() { - background(220); + background("#1e1e1e"); ortho(-700, 700, 700, -700, 0, 1200); rotateX(-ma);