angular ui

This commit is contained in:
2025-05-10 11:33:42 +02:00
parent a2048718d8
commit a3a48cad40
120 changed files with 7600 additions and 475 deletions

View File

@@ -0,0 +1,6 @@
export interface GameData {
unitSpeed: number;
maxUnits: number;
enemySpawnRate: number;
// anything else that's tunable
}