UNPKG

phaser3-rex-plugins-fix-chun

Version:
16 lines (13 loc) 332 B
import Base from '../base/Base.js'; import UpdateShapeMethods from './UpdateShapeMethods.js'; class Orbit extends Base { constructor(scene, config) { super(scene, config); this.type = 'rexSpinnerOrbit'; } } Object.assign( Orbit.prototype, UpdateShapeMethods, ) export default Orbit;