White background!
This commit is contained in:
parent
ba76310757
commit
afd14a2dc9
@ -368,7 +368,7 @@ function draw() {
|
|||||||
/**
|
/**
|
||||||
* The draw loop which is called x times a second where x is the frameRate.
|
* The draw loop which is called x times a second where x is the frameRate.
|
||||||
**/
|
**/
|
||||||
background("#69D2E7");
|
background("white");
|
||||||
blendMode(BLEND);
|
blendMode(BLEND);
|
||||||
smooth();
|
smooth();
|
||||||
noStroke();
|
noStroke();
|
||||||
|
Loading…
Reference in New Issue
Block a user