mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 12:01:23 +01:00
new resources
This commit is contained in:
parent
4421293e8e
commit
57848dace3
2 changed files with 93 additions and 19 deletions
109
index.html
109
index.html
File diff suppressed because one or more lines are too long
|
|
@ -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)',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue