DOPE SHIT ALL DAY LETS GOOOOO
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
package;
|
||||
|
||||
import flixel.FlxGame;
|
||||
import openfl.display.FPS;
|
||||
import openfl.display.Sprite;
|
||||
|
||||
class Main extends Sprite
|
||||
@ -9,5 +10,9 @@ class Main extends Sprite
|
||||
{
|
||||
super();
|
||||
addChild(new FlxGame(0, 0, PlayState));
|
||||
|
||||
#if !mobile
|
||||
addChild(new FPS(10, 3, 0xFFFFFF));
|
||||
#end
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user