UNPKG

phaser4-rex-plugins

Version:
11 lines (8 loc) 296 B
import UpdateBoundRectangle from './boundsrectangle/UpdateBoundRectangle.js'; import UpdateControlPoints from './controlpoints/UpdateControlPoints.js'; var Layout = function () { UpdateBoundRectangle(this); UpdateControlPoints(this); return this; } export default Layout;