UNPKG

@petkoneo/phaser3-rex-plugins

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