isaacscript-common
Version:
Helper functions and features for IsaacScript mods.
16 lines • 979 B
TypeScript
import { DoorSlot } from "isaac-typescript-definitions";
export declare const ROOM_SHAPE_TO_DOOR_SLOTS: {
readonly 1: ReadonlySet<DoorSlot.LEFT_0 | DoorSlot.UP_0 | DoorSlot.RIGHT_0 | DoorSlot.DOWN_0>;
readonly 2: ReadonlySet<DoorSlot.LEFT_0 | DoorSlot.RIGHT_0>;
readonly 3: ReadonlySet<DoorSlot.UP_0 | DoorSlot.DOWN_0>;
readonly 4: ReadonlySet<DoorSlot.LEFT_0 | DoorSlot.UP_0 | DoorSlot.RIGHT_0 | DoorSlot.DOWN_0 | DoorSlot.LEFT_1 | DoorSlot.RIGHT_1>;
readonly 5: ReadonlySet<DoorSlot.UP_0 | DoorSlot.DOWN_0>;
readonly 6: ReadonlySet<DoorSlot.LEFT_0 | DoorSlot.UP_0 | DoorSlot.RIGHT_0 | DoorSlot.DOWN_0 | DoorSlot.UP_1 | DoorSlot.DOWN_1>;
readonly 7: ReadonlySet<DoorSlot.LEFT_0 | DoorSlot.RIGHT_0>;
readonly 8: ReadonlySet<DoorSlot>;
readonly 9: ReadonlySet<DoorSlot>;
readonly 10: ReadonlySet<DoorSlot>;
readonly 11: ReadonlySet<DoorSlot>;
readonly 12: ReadonlySet<DoorSlot>;
};
//# sourceMappingURL=roomShapeToDoorSlots.d.ts.map