chore: refactor GameApp.ts into parts

This commit is contained in:
2026-03-11 18:21:51 -04:00
parent caa9d40cba
commit 5727cb0e88
19 changed files with 2322 additions and 1762 deletions

View File

@@ -0,0 +1,17 @@
{
"yPlane": 4,
"arrivalThreshold": 16,
"miningRate": 28,
"dockingDuration": 1.2,
"undockDistance": 42,
"energy": {
"idleDrain": 0.7,
"moveDrain": 1.8,
"warpDrain": 7,
"shipRechargeRate": 10,
"stationSolarCharge": 5
},
"fuel": {
"warpDrain": 4.5
}
}