stinky mocked up intro

This commit is contained in:
Cameron Taylor
2020-10-20 23:23:39 -07:00
parent 354025211a
commit 8ec6f229aa
7 changed files with 75 additions and 6 deletions

View File

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