rozebud told me to center the strum line

This commit is contained in:
KadeDev 2021-03-16 15:48:56 -07:00
parent ee0fd5b900
commit 5447cb9a38

View File

@ -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;