UNPKG

@petkoneo/phaser3-rex-plugins

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