From ad7a202dc7bcb198ecf8fa331fada9695a5dd825 Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Thu, 12 Jul 2018 00:47:21 +0200 Subject: [PATCH] Changed the background color of the canvas to hex value. --- public/sketch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);