Visual overhaul per user direction: - canvas fills the whole window (under the topbar); render at 2x through a camera that follows the player across a bigger (28x18), more decorated hall (more tables/rugs/paintings/fireplace/shelves/props) - click-to-move: click the floor and the avatar walks there (keyboard still works); click an adjacent NPC/fixture to interact - prominent glowing interaction bubble above the nearest target + clickable bottom prompt - names over every head (NPCs gold, visitors cyan, you teal) + drop-shadows - serious value-prop + door CTAs overlaid on the game (it looks like a game, but stays a cloud agent tool) - verified: full-window sizing, click-to-move, camera follow, the '✦ What is amerc?' bubble over the host Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
19 lines
384 B
JSON
19 lines
384 B
JSON
{
|
|
"name": "amerc-site",
|
|
"version": "4.5.0-overhaul",
|
|
"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"
|
|
}
|
|
}
|