mirror of
https://github.com/PlayableIntelligence/game-creator.git
synced 2026-09-19 07:34:10 +08:00
90269327a5
World Labs SPZ environment with animated Soldier character (Three.js + SparkJS). Fixes Y-flip, panorama doubling, character scaling, third-person camera, and ground raycasting for navigable photorealistic arcade scene. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
18 lines
309 B
JSON
18 lines
309 B
JSON
{
|
|
"name": "worldlabs-arcade-demo",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"three": "^0.183.0",
|
|
"@sparkjsdev/spark": "latest"
|
|
},
|
|
"devDependencies": {
|
|
"vite": "^7.3.1"
|
|
}
|
|
}
|