COOLER INTRO SHIT
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user