mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 12:01:23 +01:00
burgs placement change + resource style
This commit is contained in:
parent
1e227642c8
commit
84965cf0ca
5 changed files with 111 additions and 97 deletions
|
|
@ -529,9 +529,6 @@ window.Resources = (function () {
|
|||
const temp = i => grid.cells.temp[pack.cells.g[i]];
|
||||
const group = i => pack.features[cells.f[i]].group;
|
||||
|
||||
const temp = i => grid.cells.temp[pack.cells.g[i]];
|
||||
const group = i => pack.features[cells.f[i]].group;
|
||||
|
||||
const models = {
|
||||
forest: i => [6, 7, 8].includes(cells.biome[i]),
|
||||
forestAndTaiga: i => [5, 6, 7, 8, 9].includes(cells.biome[i]),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue