Browse Source

Match old settings for random shapes

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

4
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);

Loading…
Cancel
Save