Spaces:
Build error
Build error
| import Bars from './Bars.js'; | |
| import ObjectFactory from '../ObjectFactory.js'; | |
| import SetValue from '../../../plugins/utils/object/SetValue.js'; | |
| ObjectFactory.register('bars', function (config) { | |
| var gameObject = new Bars(this.scene, config); | |
| this.scene.add.existing(gameObject); | |
| return gameObject; | |
| }); | |
| SetValue(window, 'RexPlugins.Spinner.Bars', Bars); | |
| export default Bars; |