UNPKG

phaser4-rex-plugins

Version:
9 lines (7 loc) 253 B
import Checkbox from '../../../checkbox/Checkbox.js'; var CreateCheckbox = function (scene, config) { var gameObject = new Checkbox(scene, config); scene.add.existing(gameObject); return gameObject; } export default CreateCheckbox;