new resources

This commit is contained in:
Azgaar 2021-04-20 12:47:19 +03:00 committed by Peter
parent b9db7edf43
commit 955e798a95

View file

@ -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)',