UNPKG

phaser3-rex-plugins

Version:
20 lines (16 loc) 528 B
import LayerManagerMethods from './LayerManagerMethods.js'; import BackgroundMethods from './BackgroundMethods.js'; import PropertiesPanelMethods from './PropertiesPanelMethods.js'; import ControlPointsMethods from './ControlPointsMethods.js'; import BindingTargetMethods from './BindingTargetMethods.js'; var Methods = { } Object.assign( Methods, LayerManagerMethods, BackgroundMethods, PropertiesPanelMethods, ControlPointsMethods, BindingTargetMethods, ) export default Methods;