refactor: Biomes.define - partial

This commit is contained in:
max 2022-07-24 19:22:14 +03:00
parent bb78d5168b
commit 21234dc414
7 changed files with 72 additions and 59 deletions

View file

@ -20,7 +20,7 @@ interface IPackCells {
fl: Uint16Array; // flux volume, defined by drainWater() in river-generator.ts
r: Uint16Array; // river id, defined by defineRivers() in river-generator.ts
conf: Uint16Array; // conluence, defined by defineRivers() in river-generator.ts
biome: UintArray;
biome: Uint8Array;
area: UintArray;
state: UintArray;
culture: UintArray;