UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

19 lines 711 B
/** * The size of a room shape's contents. This does not include the tiles that the walls are on. L * rooms use the same bounds as a 2x2 room. */ export declare const ROOM_SHAPE_BOUNDS: { readonly 1: readonly [13, 7]; readonly 2: readonly [13, 3]; readonly 3: readonly [5, 7]; readonly 4: readonly [13, number]; readonly 5: readonly [5, number]; readonly 6: readonly [number, 7]; readonly 7: readonly [number, 3]; 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=roomShapeBounds.d.ts.map