new resources

This commit is contained in:
Azgaar 2021-04-20 12:47:19 +03:00 committed by Peter
parent 4421293e8e
commit 57848dace3
2 changed files with 93 additions and 19 deletions

File diff suppressed because one or more lines are too long

View file

@ -526,6 +526,9 @@ window.Resources = (function () {
} }
]; ];
const temp = i => grid.cells.temp[pack.cells.g[i]];
const group = i => pack.features[cells.f[i]].group;
const models = { const models = {
Deciduous_forests: 'biome(6, 7, 8)', Deciduous_forests: 'biome(6, 7, 8)',
Any_forest: 'biome(5, 6, 7, 8, 9)', Any_forest: 'biome(5, 6, 7, 8, 9)',