COOLER INTRO SHIT

This commit is contained in:
Cameron Taylor
2020-10-27 01:31:21 -07:00
parent 9a6ca041e7
commit bd6e2129b8
14 changed files with 156 additions and 58 deletions

View File

@ -23,8 +23,9 @@ class FreeplayState extends MusicBeatState
for (i in 0...songs.length)
{
var songText:Alphabet = new Alphabet(40, (70 * i) + 30, songs[i]);
var songText:Alphabet = new Alphabet(40, (70 * i) + 30, songs[i], true, false);
add(songText);
// songText.screenCenter(X);
}
selector = new FlxText();