UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

8 lines 410 B
import { RoomShape } from "isaac-typescript-definitions"; export declare const DEFAULT_TOP_LEFT_WALL_GRID_INDEX = 0; /** * Only used for special room shapes where the top left wall grid index is not equal to * `DEFAULT_TOP_LEFT_WALL_GRID_INDEX`. */ export declare const ROOM_SHAPE_TO_TOP_LEFT_WALL_GRID_INDEX_MAP: ReadonlyMap<RoomShape, int>; //# sourceMappingURL=roomShapeToTopLeftWallGridIndexMap.d.ts.map