mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-18 10:01:23 +01:00
feat: burg groups - render anchors
This commit is contained in:
parent
5ed31dd8bf
commit
bd05453e63
6 changed files with 139 additions and 49 deletions
5
main.js
5
main.js
|
|
@ -166,10 +166,7 @@ let options = {
|
|||
};
|
||||
|
||||
// global style object; in v2.0 to be used for all map styles and render settings
|
||||
let style = {
|
||||
burgLabels: {},
|
||||
burgIcons: {}
|
||||
};
|
||||
let style = {burgLabels: {}, burgIcons: {}, anchors: {}};
|
||||
|
||||
let biomesData = Biomes.getDefault();
|
||||
let nameBases = Names.getNameBases(); // cultures-related data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue