Browse Source

Not white shapes too

main
Luke Murphy 4 years ago
parent
commit
b234468633
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 3
      voicegardens/static/voicegardens.js

3
voicegardens/static/voicegardens.js

@ -282,8 +282,7 @@ class GeneratedShape {
color("red"),
color("blue"),
color("green"),
color("black"),
color("white")
color("black")
];
let index = floor(random(0, colourChoices.length));

Loading…
Cancel
Save