From 2e95c5178879f2b5788f761e38ba2e63a32b70d4 Mon Sep 17 00:00:00 2001 From: Tyler Hallada Date: Thu, 3 Aug 2017 23:06:39 -0400 Subject: [PATCH] Oops, add all the vectors back --- js/field.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/field.js b/js/field.js index 8c5b512..8b3a7e9 100644 --- a/js/field.js +++ b/js/field.js @@ -597,7 +597,7 @@ function loopStart () { disconnectedColorShiftAmt = 10; polygon = new window.PIXI.Graphics(); tweeningFns = tweeningSets.meandering; - startPoints = getRandomPoints(3, screenWidth, screenHeight, tweeningFns); + startPoints = getRandomPoints(Math.round(totalScreenPixels / 6), screenWidth, screenHeight, tweeningFns); polygonPoints = { original: startPoints, target: JSON.parse(JSON.stringify(startPoints)),