mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 03:51:23 +01:00
new resources
This commit is contained in:
parent
b9db7edf43
commit
955e798a95
1 changed files with 3 additions and 0 deletions
|
|
@ -529,6 +529,9 @@ 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 = {
|
||||
Deciduous_forests: 'biome(6, 7, 8)',
|
||||
Any_forest: 'biome(5, 6, 7, 8, 9)',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue