UNPKG

phaser4-rex-plugins

Version:
15 lines (12 loc) 302 B
import ConfigurationMethods from './ConfigurationMethods.js'; import ResetImage from './ResetImage.js'; import Shatter from './Shatter.js'; var Methods = { resetImage: ResetImage, shatter: Shatter } Object.assign( Methods, ConfigurationMethods ) export default Methods;