File formats·skills/ignifx/references/formats/ignifx.spriteatlas.md
ignifx.spriteatlas
<!-- Generated by `pnpm docs:schemas`. Do not edit by hand. -->Sprite atlas (
Sprite atlas (ignifx/spriteatlas-file)#
An image plus the frame rectangles inside it, in pixels with a top-left origin.
| Field | Kind | Default | Description |
|---|---|---|---|
format | str | "ignifx.spriteatlas" | Always ignifx.spriteatlas. |
formatVersion | u32 | 1 | The document version this build reads. |
image | str | "" | The image address, relative to this document. |
sampling | enum | "linear" | Min/mag filter; nearest for pixel art. |
premultipliedAlpha | bool | false | Whether the image's RGB is already multiplied by its alpha. |
frames | array | [] | The frames, in the order they are indexed. |