UNPKG

phaser4-rex-plugins

Version:
7 lines (6 loc) 205 B
import FullWindowZone from './FullWindowZone.js'; export default function () { var gameObject = new FullWindowZone(this.scene); this.scene.add.existing(gameObject); return gameObject; };