UNPKG

phaser4-rex-plugins

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