mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-03-23 15:47:24 +01:00
fix: enhance emblem rendering for states and burgs in the editor (#1343)
* fix: enhance emblem rendering for states and burgs in the editor * fix: update tools.js version to 1.112.0 for improved functionality * Update src/index.html Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
32227518d2
commit
634c7dba4b
3 changed files with 11 additions and 7 deletions
|
|
@ -676,6 +676,7 @@ class BurgModule {
|
|||
};
|
||||
this.definePopulation(burg);
|
||||
this.defineEmblem(burg);
|
||||
COArenderer.add("burg", burgId, burg.coa, x, y);
|
||||
this.defineFeatures(burg);
|
||||
|
||||
const populations = pack.burgs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue