UNPKG

phaser4-rex-plugins

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