mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-25 08:13:45 +00:00
spectogram tweakin hehe
This commit is contained in:
parent
9cf2598951
commit
53d703cfcd
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue