v1.5.12 - emblems adding, save/load

This commit is contained in:
Azgaar 2021-02-09 00:02:21 +03:00
parent dc3dbe9881
commit a5b2f23cee
12 changed files with 1379 additions and 743 deletions

View file

@ -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");