UNPKG

phaser3-rex-plugins-fix-chun

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; };