phaser3-rex-plugins
Version:
13 lines (12 loc) • 409 B
TypeScript
import ControlPoints from './controlpoints/ControlPoints';
import FullWindowRectangle from './fullwindowrectangle/FullWindowRectangle';
import LayerManager from './layermanager/LayerManager';
import PropertiesPanel from './propertiespanel/PropertiesPanel';
import Shell from './shell/Shell';
export {
ControlPoints,
FullWindowRectangle,
LayerManager,
PropertiesPanel,
Shell,
}