mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-18 18:11:24 +01:00
refactor: Biomes.define - partial
This commit is contained in:
parent
bb78d5168b
commit
21234dc414
7 changed files with 72 additions and 59 deletions
2
src/types/pack/pack.d.ts
vendored
2
src/types/pack/pack.d.ts
vendored
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue