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