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