diff --git a/android/assets/particles/beateffect.p b/android/assets/particles/beateffect.p index a6494c1..ab460d4 100755 --- a/android/assets/particles/beateffect.p +++ b/android/assets/particles/beateffect.p @@ -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 diff --git a/core/src/zero1hd/rhythmbullet/audio/visualizer/BasicVisualizer.java b/core/src/zero1hd/rhythmbullet/audio/visualizer/BasicVisualizer.java index 298e868..45a994e 100755 --- a/core/src/zero1hd/rhythmbullet/audio/visualizer/BasicVisualizer.java +++ b/core/src/zero1hd/rhythmbullet/audio/visualizer/BasicVisualizer.java @@ -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];