mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-19 02:21:24 +01:00
refactor: routes start
This commit is contained in:
parent
8c741a559e
commit
910e782f1f
8 changed files with 46 additions and 7 deletions
|
|
@ -44,12 +44,9 @@ export function generateBurgsAndStates(
|
|||
pick(cells, "c", "h", "f", "t", "r", "fl", "s", "biome", "culture")
|
||||
);
|
||||
|
||||
const roadScores = new Uint16Array(cellsNumber); // TODO: define roads
|
||||
|
||||
const burgs = specifyBurgs(
|
||||
capitals,
|
||||
towns,
|
||||
roadScores,
|
||||
stateIds,
|
||||
features,
|
||||
temp,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue