cleaning up shit

This commit is contained in:
Cameron Taylor
2020-10-14 01:18:19 -07:00
parent f31813c9db
commit b3acc17685
3 changed files with 119 additions and 68 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, ChartingState));
#if !mobile
addChild(new FPS(10, 3, 0xFFFFFF));