From afd14a2dc9a9a7b05ca65dba6d1a8017f85fa45c Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 7 Feb 2020 14:58:28 +0100 Subject: [PATCH] White background! --- voicegardens/static/voicegardens.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voicegardens/static/voicegardens.js b/voicegardens/static/voicegardens.js index 563fd64..cb5988f 100644 --- a/voicegardens/static/voicegardens.js +++ b/voicegardens/static/voicegardens.js @@ -368,7 +368,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();