diff --git a/source/PlayState.hx b/source/PlayState.hx index 919a502..6f173be 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -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(); add(strumLineNotes);