mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-18 18:11:24 +01:00
refactor: river generation continue
This commit is contained in:
parent
4e65616dbc
commit
cd86c61b79
6 changed files with 196 additions and 131 deletions
4
src/types/pack/feature.d.ts
vendored
4
src/types/pack/feature.d.ts
vendored
|
|
@ -27,6 +27,10 @@ interface IPackFeatureLake extends IPackFeatureBase {
|
|||
name: string;
|
||||
shoreline: number[];
|
||||
height: number;
|
||||
flux?: number;
|
||||
temp?: number;
|
||||
evaporation?: number;
|
||||
outCell?: number;
|
||||
}
|
||||
|
||||
type TPackFeature = IPackFeatureOcean | IPackFeatureIsland | IPackFeatureLake;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue