1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-11-25 00:06:40 +00:00

spectogram tweakin hehe

This commit is contained in:
Cameron Taylor 2022-07-05 14:36:01 -04:00
parent 9cf2598951
commit 53d703cfcd

View file

@ -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);