Each slice has it's own identifier (and properties?) * Fonts - glyphs * Sprite - slices top-left, top-right and so on ``` javascript { identifier: 'top-left', x: 0, y: 0, width: 5, height: 5 } ```