phaser4-rex-plugins
Version:
11 lines (10 loc) • 467 B
JavaScript
import PerspectiveImage from './gameobjects/mesh/perspective/image/Image.js';
import PerspectiveRenderTexture from './gameobjects/mesh/perspective/rendertexture/RenderTexture.js';
import PerspectiveCard from './gameobjects/mesh/perspective/card/Card.js';
import ContainerPerspective from './behaviors/containerperspective/ContainerPerspective.js';
export {
PerspectiveImage,
PerspectiveRenderTexture,
PerspectiveCard,
ContainerPerspective
}