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
|
|
@ -174,8 +174,8 @@ class GeneratedShape { |
|
|
|
this.destX = random(canvasWidth); |
|
|
|
this.destY = random(canvasHeight); |
|
|
|
|
|
|
|
this.centerX = centerX; |
|
|
|
this.centerY = centerY; |
|
|
|
this.centerX = random(windowWidth); |
|
|
|
this.centerY = random(windowHeight); |
|
|
|
|
|
|
|
this.initialise(); |
|
|
|
} |
|
|
|