UNPKG

@petkoneo/phaser3-rex-plugins

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