This commit is contained in:
Kade M
2021-05-03 20:33:28 -07:00
parent d967c58286
commit 69478bf5ae
3 changed files with 101 additions and 46 deletions

View File

@ -383,15 +383,15 @@ class StoryMenuState extends MusicBeatState
var stringThing:Array<String> = weekData[curWeek];
for (i in stringThing)
{
txtTracklist.text += "\n" + i;
}
txtTracklist.text = txtTracklist.text.toUpperCase();
txtTracklist.screenCenter(X);
txtTracklist.x -= FlxG.width * 0.35;
txtTracklist.text += "\n";
#if !switch
intendedScore = Highscore.getWeekScore(curWeek, curDifficulty);
#end