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>
19 lines
383 B
JSON
19 lines
383 B
JSON
{
|
|
"name": "amerc-site",
|
|
"version": "3.0.0-painted",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --host 0.0.0.0",
|
|
"build": "vite build",
|
|
"preview": "vite preview --host 0.0.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@vitejs/plugin-react": "^5.0.0",
|
|
"marked": "^14.1.4",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"vite": "^7.0.0"
|
|
}
|
|
}
|