UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

7 lines 417 B
import { DoorSlot, RoomShape } from "isaac-typescript-definitions"; /** * Deltas are considered to be from the safe grid index of the room (i.e. the top left corner, or * top right corner in the case of `RoomShape.LTL`). */ export declare const ROOM_SHAPE_TO_DOOR_SLOTS_TO_GRID_INDEX_DELTA: Readonly<Record<RoomShape, ReadonlyMap<DoorSlot, int>>>; //# sourceMappingURL=roomShapeToDoorSlotsToGridIndexDelta.d.ts.map