UNPKG

phaser4-rex-plugins

Version:
9 lines (8 loc) 232 B
import { TileXYType } from '../types/Position'; import Board from '../board/LogicBoard'; export default function GetTriangleMap( board: Board, type: 0 | 1, height: number, out?: TileXYType[] ): TileXYType[];