No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with
1 additions and
2 deletions
-
voicegardens/static/voicegardens.js
|
@ -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)); |
|
|