mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
v1.5.12 - emblems adding, save/load
This commit is contained in:
parent
dc3dbe9881
commit
a5b2f23cee
12 changed files with 1379 additions and 743 deletions
|
|
@ -191,20 +191,17 @@
|
|||
};
|
||||
|
||||
const generate = function(parent, kinship, dominion) {
|
||||
if (parent === "custom") parent = null;
|
||||
let usedPattern = null, usedTinctures = [];
|
||||
|
||||
// TODO
|
||||
// seafaring
|
||||
// stringify coa on save and load
|
||||
// generate on new item creation
|
||||
// old versions auto migration: coa generation for cultures and states etc.
|
||||
// emblems layer for old maps
|
||||
// define emblems layer style for all styles
|
||||
// style settings for emblems layer
|
||||
// fix map download svg/png
|
||||
// test in FF
|
||||
// layout preset
|
||||
// burg editor - add emblem
|
||||
// other editors
|
||||
|
||||
const t1 = P(kinship) ? parent.t1 : getTincture("field");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue