class flixel.FlxSubState extends FlxState
Available on all platforms
Sub classes | ||||
![]() | FlxUISubState |
|
This is the basic game "state" object - e.g. in a simple game you might have a menu state and a play state. * It is for all intents and purpose a fancy FlxGroup. And really, it's not even that fancy.