Oops, add all the vectors back
This commit is contained in:
parent
c396e551eb
commit
2e95c51788
@ -597,7 +597,7 @@ function loopStart () {
|
|||||||
disconnectedColorShiftAmt = 10;
|
disconnectedColorShiftAmt = 10;
|
||||||
polygon = new window.PIXI.Graphics();
|
polygon = new window.PIXI.Graphics();
|
||||||
tweeningFns = tweeningSets.meandering;
|
tweeningFns = tweeningSets.meandering;
|
||||||
startPoints = getRandomPoints(3, screenWidth, screenHeight, tweeningFns);
|
startPoints = getRandomPoints(Math.round(totalScreenPixels / 6), screenWidth, screenHeight, tweeningFns);
|
||||||
polygonPoints = {
|
polygonPoints = {
|
||||||
original: startPoints,
|
original: startPoints,
|
||||||
target: JSON.parse(JSON.stringify(startPoints)),
|
target: JSON.parse(JSON.stringify(startPoints)),
|
||||||
|
Loading…
Reference in New Issue
Block a user