TypeAliasAssets & Loading@public
FlxLoadingState
High-level state shared by boot and in-game loading presentations.
ts
export type FlxLoadingState = 'idle' | 'loading' | 'ready' | 'error' | 'cancelled'