phaser3-rex-plugins
Version:
29 lines (28 loc) • 927 B
TypeScript
import Board from './board/board/Board';
import HexagonGrid from './board/grid/hexagon/Hexagon';
import QuadGrid from './board/grid/quad/Quad';
import Shape from './board/shape/Shape';
import Match from './board/match/Match';
import MoveTo from './board/moveto/MoveTo';
import PathFinder from './board/pathfinder/PathFinder';
import FieldOfView from './board/fieldofview/FieldOfView';
import Monopoly from './board/monopoly/Monopoly';
import MiniBoard from './board/miniboard/MiniBoard';
import HexagonMap from './board/hexagonmap/index';
import CreateTileTexture from './board/texture/CreateTileTexture';
import CreateBoardFromTilemap from './board/tilemap/CreateBoardFromTilemap';
export {
Board,
HexagonGrid,
QuadGrid,
Shape,
Match,
MoveTo,
PathFinder,
FieldOfView,
Monopoly,
MiniBoard,
HexagonMap,
CreateTileTexture,
CreateBoardFromTilemap
};