alexpolo b8370edea5 fix: isolate mane picker to hair-only icons, start wizard with body color, make tail permanent
- Reorder wizard: type -> body color -> mane (style + color) -> horn/wings.
  Body color now comes right after picking a type, per feedback that the
  flow should start with krop rather than manke.
- Mane-style swatches previously rendered a full mini pony (body + mane),
  which read as "showing everything" instead of just the hairstyle. Added
  ManeIcon, an isolated single-layer render of just the mane sprite, and
  use it in the picker grid.
- Every pony now always has a tail (hasTail removed as a toggle) — a real
  pony shouldn't be optionally tailless.
- Verified horn/wing/tail placement against the actual base sprite
  silhouette with a standalone HTML+CSS harness rendered through headless
  Chromium (identical background-image/position math to PixelPonySprite),
  confirming the horn sits above the head, not mid-body.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-09 11:44:24 +00:00
Description
No description provided
3.5 MiB
Languages
Python 54.5%
JavaScript 33.3%
CSS 10.2%
HTML 1.9%