Allow all background colours
This commit is contained in:
parent
0d97dc391e
commit
00c22c8ff8
@ -526,16 +526,16 @@ function setup() {
|
|||||||
setupRecording();
|
setupRecording();
|
||||||
|
|
||||||
bgChoices = [
|
bgChoices = [
|
||||||
// color("#F6B2FF"),
|
color("#F6B2FF"),
|
||||||
// color("#F58F6C"),
|
color("#F58F6C"),
|
||||||
color("#C3EFDB")
|
color("#C3EFDB")
|
||||||
// color("#ADCA95")
|
color("#ADCA95")
|
||||||
// color("#F58F6C")
|
color("#F58F6C")
|
||||||
// color("#A5F1F7")
|
color("#A5F1F7")
|
||||||
// color("#FFC266")
|
color("#FFC266")
|
||||||
// color("#FF66BB")
|
color("#FF66BB")
|
||||||
//color("#F6B2FF")
|
color("#F6B2FF")
|
||||||
// color("#CFE4D9")
|
color("#CFE4D9")
|
||||||
];
|
];
|
||||||
bgColour = bgChoices[floor(random(0, bgChoices.length - 1))];
|
bgColour = bgChoices[floor(random(0, bgChoices.length - 1))];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user