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
|
@ -207,10 +207,10 @@ class GeneratedShape { |
|
|
// vector objects, not plain x, y coordinates as in xs, ys.
|
|
|
// vector objects, not plain x, y coordinates as in xs, ys.
|
|
|
this.vectors = []; |
|
|
this.vectors = []; |
|
|
|
|
|
|
|
|
// ???
|
|
|
// Angles between xs and ys.
|
|
|
this.angles = []; |
|
|
this.angles = []; |
|
|
|
|
|
|
|
|
// ???
|
|
|
// Curve movement wobble frequencies.
|
|
|
this.frequencies = []; |
|
|
this.frequencies = []; |
|
|
|
|
|
|
|
|
// Random x,y values (only randomly chosen once, then fixed) which are used
|
|
|
// Random x,y values (only randomly chosen once, then fixed) which are used
|
|
|