Honest take on 'better character art': the standard LPC bodies in the kit
are nude bases (only pants, no shirt/hair-grid), so they're not an upgrade
over the complete clothed chibi sprites. Instead, added real variety:
- targeted recolor (preserves skin/hair, retints only armour/cloth) →
guard-green/crimson/violet + host-rose/emerald sheets in public/scene2d/lpc
- NPCs now wear distinct colours; each visitor gets a stable distinct sprite
derived from their id, so the tavern feels populated
- richer room: candlelit tables with mugs/plates, flickering wall torches
- fixed the stale preload (was preloading the removed painted hero)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
The home scene is now a layered hand-painted illustration — a clean
tavern backdrop with an elf host, orc bartender and dwarf patron cutouts
(the painted assets were already in assets/, just unused) — resized to
webp (258KB total, was ~5MB png). The diegetic UI sits on top: the roster
board with live stats, the barkeep sign-in bubble, the elf's tour bubble,
and Legion/Mansion side passages. Dropped the LPC canvas + tile preload.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
- tavern-hero.png (1.75MB) was unused — the OG/social image is the .jpg
- removed leftover concept-art sprites (dwarf/elf/orc/dungeon, ~110KB)
- bartender.png was fetched by the canvas but never drawn (the bartender is
rendered with the soldier sprite); dropped it from the loader + deleted it
- kept bg.png (CSS), tavern-hero.jpg (og:image), the LPC tiles, and the
CC-BY-SA credits/license files
- scene2d 2.4MB -> 560KB, dist 2.9MB -> 1.1MB; canvas loads one fewer image
- verified live: tavern renders identically, 0 failed requests, og:image 200
- Home is now the concept tavern art composed in layers (background image +
interactive hotspot layer for nav/Browse Agents/Enter My Booth + live stat chips)
instead of procedural canvas art
- fonts switched to Georgia serif site-wide (matches the art); topbar hidden on home
- removed unused TopDownTavern procedural renderer
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>