save data bullshit

This commit is contained in:
Cameron Taylor
2020-10-09 20:22:07 -07:00
parent 4d4a724d72
commit 427ca3cb03
4 changed files with 92 additions and 13 deletions

View File

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