HEALTH IN PROGRESS
This commit is contained in:
@ -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));
|
||||
|
Reference in New Issue
Block a user