Changed the background color of the canvas to hex value.

This commit is contained in:
2018-07-12 00:47:21 +02:00
parent 71f502b9a7
commit ad7a202dc7

View File

@@ -10,7 +10,7 @@ function setup() {
} }
function draw() { function draw() {
background(220); background("#1e1e1e");
ortho(-700, 700, 700, -700, 0, 1200); ortho(-700, 700, 700, -700, 0, 1200);
rotateX(-ma); rotateX(-ma);