UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

19 lines (18 loc) 412 B
export const MirGridLayers = { Tags: "tags", /** * * Distance to a cell from the nearest starting position */ DistanceFromStart: "distance-from-start", /** * How far is the nearest play-area tile */ DistanceFromPlayArea: "distance-from-play-area", /** * * Terrain height map */ Heights: "heights", Moisture: "moisture", }