UNPKG

@petkoneo/phaser3-rex-plugins

Version:
27 lines (24 loc) 695 B
import GetMethods from './GetMethods.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 FadeMethods from './FadeMethods.js'; import DrawGameObjectsBounds from './DrawGameObjectsBounds.js'; import CameraMethods from './CameraMethods.js'; var Methods = { drawGameObjectsBounds: DrawGameObjectsBounds, }; Object.assign( Methods, GetMethods, AddMethods, RemoveMethods, PropertyMethods, CallMethods, DataMethods, FadeMethods, CameraMethods, ) export default Methods;