diff --git a/voicegardens/static/voicegardens.js b/voicegardens/static/voicegardens.js index 360324c..8df2c9c 100644 --- a/voicegardens/static/voicegardens.js +++ b/voicegardens/static/voicegardens.js @@ -213,7 +213,7 @@ class GeneratedShape { this.randYs = []; // Number of edges of the shape - this.edges = random(3, 10); + this.edges = amplitude + 3; // ??? this.radius = random(120, 140);