UNPKG

phaser4-rex-plugins

Version:
7 lines (6 loc) 269 B
import ToggleSwitch from './ToggleSwitch.js'; export default function (x, y, width, height, color, config) { var gameObject = new ToggleSwitch(this.scene, x, y, width, height, color, config); this.scene.add.existing(gameObject); return gameObject; };