UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

21 lines 811 B
/** * The dimensions of a room shape's layout. This is NOT the size of the room's actual contents! For * that, use `ROOM_SHAPE_BOUNDS`. * * For example, a horizontal narrow room has a layout size of equal to that of a 1x1 room. */ export declare const ROOM_SHAPE_LAYOUT_SIZES: { readonly 1: readonly [13, 7]; readonly 2: readonly [13, 7]; readonly 3: readonly [13, 7]; readonly 4: readonly [13, number]; readonly 5: readonly [13, number]; readonly 6: readonly [number, 7]; readonly 7: readonly [number, 7]; readonly 8: readonly [number, number]; readonly 9: readonly [number, number]; readonly 10: readonly [number, number]; readonly 11: readonly [number, number]; readonly 12: readonly [number, number]; }; //# sourceMappingURL=roomShapeLayoutSizes.d.ts.map