forogt strum line for downscroll
This commit is contained in:
@ -662,9 +662,13 @@ class PlayState extends MusicBeatState
|
||||
|
||||
Conductor.songPosition = -5000;
|
||||
|
||||
|
||||
strumLine = new FlxSprite(0, 50).makeGraphic(FlxG.width, 10);
|
||||
strumLine.scrollFactor.set();
|
||||
|
||||
if (FlxG.save.data.downscroll)
|
||||
strumLine.y = FlxG.height - 165;
|
||||
|
||||
strumLineNotes = new FlxTypedGroup<FlxSprite>();
|
||||
add(strumLineNotes);
|
||||
|
||||
|
Reference in New Issue
Block a user