mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
v1.22.22
This commit is contained in:
parent
f521a11bd5
commit
203da3142d
3 changed files with 30 additions and 15 deletions
|
|
@ -262,7 +262,7 @@
|
|||
r.type = r.parent && !(r.i%6) ? small ? "Branch" : "Fork" : small ? rw(smallType) : "River";
|
||||
}
|
||||
|
||||
return;
|
||||
//return;
|
||||
const basins = [...(new Set(pack.rivers.map(r=>r.basin)))];
|
||||
const colors = getColors(basins.length);
|
||||
basins.forEach((b,i) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue