UNPKG

phaser4-rex-plugins

Version:
11 lines (8 loc) 346 B
import Anchor from "./Anchor.js"; import ObjectFactory from '../ObjectFactory.js'; import SetValue from '../../../plugins/utils/object/SetValue.js'; ObjectFactory.register('anchor', function (gameObject, config) { return new Anchor(gameObject, config); }); SetValue(window, 'RexPlugins.UI.Anchor', Anchor); export default Anchor;