recharted Fresh

This commit is contained in:
Cameron Taylor
2020-10-21 11:05:27 -07:00
parent 8ec6f229aa
commit aaaf633f58
24 changed files with 77 additions and 25 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));