From 53d703cfcdca91a41299246554081eb0aa9bb299 Mon Sep 17 00:00:00 2001 From: Cameron Taylor <cameron.taylor.ninja@gmail.com> Date: Tue, 5 Jul 2022 14:36:01 -0400 Subject: [PATCH] spectogram tweakin hehe --- source/funkin/LatencyState.hx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/funkin/LatencyState.hx b/source/funkin/LatencyState.hx index c5a91c9c7..9a9df4768 100644 --- a/source/funkin/LatencyState.hx +++ b/source/funkin/LatencyState.hx @@ -25,8 +25,8 @@ class LatencyState extends MusicBeatSubstate var musSpec:PolygonSpectogram = new PolygonSpectogram(FlxG.sound.music, FlxColor.RED, FlxG.height, Math.floor(FlxG.height / 2)); musSpec.x += 170; musSpec.scrollFactor.set(); - musSpec.waveAmplitude = 50; - musSpec.realtimeVisLenght = 0.6; + musSpec.waveAmplitude = 100; + musSpec.realtimeVisLenght = 0.45; // musSpec.visType = FREQUENCIES; add(musSpec);