No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with
2 additions and
2 deletions
-
voicegardens/static/voicegardens.js
|
@ -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); |
|
|