UNPKG

phaser4-rex-plugins

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