Merge branch 'master' of https://git.vvvvvvaria.org/varia/voicegardens
This commit is contained in:
commit
0ec71fcc5e
@ -282,8 +282,7 @@ class GeneratedShape {
|
|||||||
color("red"),
|
color("red"),
|
||||||
color("blue"),
|
color("blue"),
|
||||||
color("green"),
|
color("green"),
|
||||||
color("black"),
|
color("black")
|
||||||
color("white")
|
|
||||||
];
|
];
|
||||||
|
|
||||||
let index = floor(random(0, colourChoices.length));
|
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.
|
* 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