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