SpaceRace: Full-width TV field, death line scrolling, camera following leader, jump fix, path never fully blocked, player color on controller

This commit is contained in:
2026-06-24 16:41:37 +02:00
commit 5e2ab43ca3
46 changed files with 6581 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"name": "@spacerace/tv",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite --port 3000",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@spacerace/shared": "*",
"phaser": "^3.80.1",
"socket.io-client": "^4.7.5"
},
"devDependencies": {
"typescript": "^5.5.0",
"vite": "^5.3.0"
}
}