Files
bworld/common/constants.ts
T

7 lines
92 B
TypeScript

export const SLOT_SIZE = 18 * 3;
export interface SpriteRegion {
x: number;
y: number;
}