Update Guide-Art-Pipeline.md

bryanthaboi
2026-07-25 15:21:54 -04:00
parent e28dc2588d
commit fbda8b9541
+6 -3
@@ -107,9 +107,12 @@ on a real run.
frames stacked in a 16×32 sheet for the bounce animation).
A bare string is a **name**, not a file — a lowercase `"quadruped"` or a
cache path like `"assets/generated/icons/quadruped.png"` will not resolve.
Use the name form to reuse a vanilla icon, the `{ image }` form to ship a
new one. The pokemon record's own `icon` field takes the same value.
cache path passed *as the string* will not resolve. Use the name form to
reuse a vanilla icon, the `{ image }` form to ship a new one. The pokemon
record's own `icon` field takes the same value. The `{ image }` path
resolves like battle-sprite art: point it at a bundled file, an
`overrides/icons/<name>.png`, or a transform-derived icon at that
cache-relative path.
- `font` — a bare id registers a glyph page (`{ image, base,
glyphsPerRow?, advance?, charmap? }`); a `"charmap:<name>"` id binds
one text sequence to a glyph code. Pages above the vanilla `$60`/`$80`