UNPKG

phaser4-rex-plugins

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