COOLER INTRO SHIT

This commit is contained in:
Cameron Taylor
2020-10-27 01:31:21 -07:00
parent 9a6ca041e7
commit bd6e2129b8
14 changed files with 156 additions and 58 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));