UNPKG

@petkoneo/phaser3-rex-plugins

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