angular ui
This commit is contained in:
6
src/app/components/game/gameData.ts
Normal file
6
src/app/components/game/gameData.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export interface GameData {
|
||||
unitSpeed: number;
|
||||
maxUnits: number;
|
||||
enemySpawnRate: number;
|
||||
// anything else that's tunable
|
||||
}
|
||||
Reference in New Issue
Block a user