UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

19 lines 674 B
/** * "Vector(0, 0)" corresponds to the top left tile of a room, not including the walls. (The top-left * wall would be at "Vector(-1, -1)".) */ export declare const ROOM_SHAPE_TO_TOP_LEFT_POSITION: { readonly 1: Readonly<Vector>; readonly 2: Readonly<Vector>; readonly 3: Readonly<Vector>; readonly 4: Readonly<Vector>; readonly 5: Readonly<Vector>; readonly 6: Readonly<Vector>; readonly 7: Readonly<Vector>; readonly 8: Readonly<Vector>; readonly 9: Readonly<Vector>; readonly 10: Readonly<Vector>; readonly 11: Readonly<Vector>; readonly 12: Readonly<Vector>; }; //# sourceMappingURL=roomShapeToTopLeftPosition.d.ts.map