BULLSHIT CONTROLS

This commit is contained in:
Cameron Taylor
2020-10-21 16:33:43 -07:00
parent 539a5f8550
commit bea3ca7fd8
7 changed files with 853 additions and 69 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, FreeplayState));
#if !mobile
addChild(new FPS(10, 3, 0xFFFFFF));