diff --git a/source/PlayState.hx b/source/PlayState.hx index 8651328..e5867a4 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -670,7 +670,8 @@ class PlayState extends MusicBeatState strumLine = new FlxSprite(0, 50).makeGraphic(FlxG.width, 10); strumLine.scrollFactor.set(); - + strumLine.screenCenter(); + if (FlxG.save.data.downscroll) strumLine.y = FlxG.height - 165;