new line support for text also camera shit

This commit is contained in:
Cameron Taylor
2020-10-26 02:16:05 -07:00
parent 6b48a04cb8
commit 9a6ca041e7
7 changed files with 118 additions and 32 deletions

View File

@ -7,7 +7,7 @@ import flixel.text.FlxText;
class FreeplayState extends MusicBeatState
{
var songs:Array<String> = ["Bopeebo", "Dadbattle", "Fresh", "Tutorial"];
var songs:Array<String> = ["Bopeebo", "Dadbattle", "Fresh", "Tutorial\nlol"];
var selector:FlxText;
var curSelected:Int = 0;