mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-18 02:01:22 +01:00
refactor: render covering layers
This commit is contained in:
parent
538ad3512e
commit
8abf443f70
25 changed files with 171 additions and 366 deletions
|
|
@ -32,8 +32,6 @@ export function generateReligions({
|
|||
pick(cells, "i", "c", "biome", "culture", "burg", "state", "route")
|
||||
);
|
||||
|
||||
console.log(religions);
|
||||
|
||||
TIME && console.timeEnd("generateReligions");
|
||||
return {religionIds, religions};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue