diff --git a/voicegardens/static/voicegardens.js b/voicegardens/static/voicegardens.js index 7c18213..39d9c68 100644 --- a/voicegardens/static/voicegardens.js +++ b/voicegardens/static/voicegardens.js @@ -165,8 +165,8 @@ class GeneratedShape { this.edges = 5; - this.radius = random(10, 180); - this.rotAngle = random(10, 140); + this.radius = random(120, 140); + this.rotAngle = radians(360 / this.edges); this.randomX = random(-77, 77); this.randomY = random(-77, 77);