bunch of polish bullshit

This commit is contained in:
Cameron Taylor
2020-10-05 11:24:51 -07:00
parent a380fa16e5
commit 9dfe5cfe42
23 changed files with 190 additions and 53 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));