beat particle effect values changed again, visualizer average range lowered

This commit is contained in:
Harrison Deng 2017-10-14 00:43:18 -05:00
parent 3454f80413
commit d75f9692de
2 changed files with 3 additions and 3 deletions

View File

@ -15,11 +15,11 @@ highMax: 60.0
relative: false
scalingCount: 3
scaling0: 1.0
scaling1: 0.09803922
scaling1: 0.19607843
scaling2: 0.0
timelineCount: 3
timeline0: 0.0
timeline1: 0.30821916
timeline1: 0.20547946
timeline2: 1.0
- Life -
lowMin: 0.0

View File

@ -39,7 +39,7 @@ public class BasicVisualizer extends VisualizerCore {
pixmap.setColor(Color.WHITE);
pixmap.fill();
barCount = 65;
smoothRange = 3;
smoothRange = 2;
angleRot = new Vector2(MathUtils.cosDeg(rotation), MathUtils.sinDeg(rotation));
textures = new Texture[barCount];
bars = new Sprite[barCount];