hanabi: emit each card face as its own image, for a UI build #14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "hanabi/ui-assets"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
TTS XML UI addresses an
<Image>by asset name, one URL per asset, with no way to offset into a spritesheet. A 2D board needs the same thirty faces again as separate files.They are rendered by the same
render_card()that builds the sheet rather than cropped out of it. Cropping works today and drifts the first time a card design changes and only one path is regenerated — and the failure would be a card that looks subtly different depending on whether you see it as an object or as UI.Behind
--split, so default output is unchanged. Both builds can coexist; nothing here removes the spritesheet or the physical table.