phaser4-rex-plugins
Version:
15 lines (14 loc) • 501 B
TypeScript
import ControlPoints from './controlpoints/ControlPoints';
import CameraController from './cameracontroller/CameraController';
import FullWindowRectangle from './fullwindowrectangle/FullWindowRectangle';
import GameObjectPanel from './gameobjectpanel/GameObjectPanel';
import LayerManager from './layermanager/LayerManager';
import Shell from './shell/Shell';
export {
ControlPoints,
CameraController,
FullWindowRectangle,
GameObjectPanel,
LayerManager,
Shell,
}