UNPKG

phaser4-rex-plugins

Version:
8 lines (6 loc) 214 B
import Hexagon from './Hexagon.js'; import ObjectFactory from '../../ObjectFactory.js'; ObjectFactory.register('hexagonGrid', function (config) { return new Hexagon(config); }); export default Hexagon;