RELEAAASE

This commit is contained in:
Cameron Taylor
2020-10-05 15:29:59 -07:00
parent 082abad735
commit 567a7af392
12 changed files with 142 additions and 11 deletions

View File

@ -9,7 +9,7 @@ class Main extends Sprite
public function new()
{
super();
addChild(new FlxGame(0, 0, PlayState));
addChild(new FlxGame(0, 0, TitleState));
#if !mobile
addChild(new FPS(10, 3, 0xFFFFFF));