From 5447cb9a386d766a46fd1f829f87e3171deec8db Mon Sep 17 00:00:00 2001 From: KadeDev Date: Tue, 16 Mar 2021 15:48:56 -0700 Subject: [PATCH] rozebud told me to center the strum line --- source/PlayState.hx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;