This commit is contained in:
Azgaar 2019-12-07 15:32:10 +03:00
parent f521a11bd5
commit 203da3142d
3 changed files with 30 additions and 15 deletions

View file

@ -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) => {