@woosh/meep-engine
Version:
Pure JavaScript game engine. Fully featured and production ready.
6 lines (4 loc) • 326 B
JavaScript
import { CellMatcherLayerBitMaskTest } from "../../../src/generation/rules/CellMatcherLayerBitMaskTest.js";
import { GridTags } from "../grid/GridTags.js";
import { MirGridLayers } from "../grid/MirGridLayers.js";
export const matcher_play_area = CellMatcherLayerBitMaskTest.from(GridTags.PlayArea, MirGridLayers.Tags);