UNPKG

@phaser-plus/perspective2d

Version:

Create games with a linearly transformed projection

17 lines (16 loc) 360 B
export default Scene2D; declare class Scene2D extends Scene { /** * @protected * @type {ObjectLayer} */ protected ui: ObjectLayer; /** * @protected * @type {World} */ protected world: World; } import { Scene } from "@phaser-plus/core"; import { ObjectLayer } from "@phaser-plus/core"; import World from "./World";