Match old settings for random shapes
This commit is contained in:
parent
d55a8fe0c2
commit
0f107ce7a2
@ -165,8 +165,8 @@ class GeneratedShape {
|
|||||||
|
|
||||||
this.edges = 5;
|
this.edges = 5;
|
||||||
|
|
||||||
this.radius = random(10, 180);
|
this.radius = random(120, 140);
|
||||||
this.rotAngle = random(10, 140);
|
this.rotAngle = radians(360 / this.edges);
|
||||||
|
|
||||||
this.randomX = random(-77, 77);
|
this.randomX = random(-77, 77);
|
||||||
this.randomY = random(-77, 77);
|
this.randomY = random(-77, 77);
|
||||||
|
Loading…
Reference in New Issue
Block a user