This commit is contained in:
Cristina Cochior 2020-02-07 16:40:05 +01:00
commit 0ec71fcc5e

View File

@ -282,8 +282,7 @@ class GeneratedShape {
color("red"),
color("blue"),
color("green"),
color("black"),
color("white")
color("black")
];
let index = floor(random(0, colourChoices.length));
@ -368,7 +367,7 @@ function draw() {
/**
* The draw loop which is called x times a second where x is the frameRate.
**/
background("#69D2E7");
background("white");
blendMode(BLEND);
smooth();
noStroke();