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