fix note miss bullshit

This commit is contained in:
Cameron Taylor
2020-10-28 01:24:56 -07:00
parent c2d1b86c98
commit c8e3a27044
8 changed files with 47 additions and 17 deletions

View File

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