mirror of
https://github.com/bryanthaboi/gen1recomp.git
synced 2026-08-12 08:21:02 +02:00
Update Guide-Art-Pipeline.md
+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`
|
||||
|
||||
Reference in New Issue
Block a user