HEALTH IN PROGRESS

This commit is contained in:
Cameron Taylor
2020-10-05 13:32:41 -07:00
parent 4ab27ca8a6
commit b40f7c94b8
9 changed files with 45 additions and 7 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, PlayState));
#if !mobile
addChild(new FPS(10, 3, 0xFFFFFF));