UNPKG

@phaserjs/phaser

Version:
17 lines (16 loc) 461 B
import { CreateSceneManager } from "./CreateSceneManager"; import { GetConfigValue } from "./GetConfigValue"; import { Install } from "./Install"; import { RenderStats } from "./RenderStats"; import { Scene } from "./Scene"; import { SceneManager } from "./SceneManager"; import { SceneManagerInstance } from "./SceneManagerInstance"; export { CreateSceneManager, GetConfigValue, Install, RenderStats, Scene, SceneManager, SceneManagerInstance };