UNPKG

grid-engine

Version:

Phaser3 plugin for grid based movement on a 2D game board.

3 lines (2 loc) 194 B
import { CostMapLayer } from "./MockFactory.js"; export declare function createPhaserTilemapStub(blockMap: Map<string | undefined, string[]>, costMap?: CostMapLayer[]): Phaser.Tilemaps.Tilemap;