UNPKG

phaser3-rex-plugins

Version:
23 lines (20 loc) 592 B
import FadeMethods from './FadeMethods.js'; import AddMethods from './AddMethods.js'; import RemoveMethods from './RemoveMethods.js'; import PropertyMethods from './PropertyMethods.js'; import CallMethods from './CallMethods.js'; import DataMethods from './DataMethods.js'; import DrawGameObjectsBounds from './DrawGameObjectsBounds.js'; var Methods = { drawGameObjectsBounds: DrawGameObjectsBounds, }; Object.assign( Methods, FadeMethods, AddMethods, RemoveMethods, PropertyMethods, CallMethods, DataMethods, ) export default Methods;