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