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

@ -16,6 +16,8 @@ class PauseSubState extends FlxSubState
bg.alpha = 0.6;
bg.scrollFactor.set();
add(bg);
bg.cameras = [FlxG.cameras.list[1]];
}
override function update(elapsed:Float)