Files
HexTowerDefense3/src/app/components/game/gameData.ts
2025-05-10 11:33:42 +02:00

7 lines
127 B
TypeScript

export interface GameData {
unitSpeed: number;
maxUnits: number;
enemySpawnRate: number;
// anything else that's tunable
}