beat particle effect values changed again, visualizer average range lowered
This commit is contained in:
parent
3454f80413
commit
d75f9692de
@ -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
|
||||
|
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user