mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-03-22 23:27:23 +01:00
fix: enhance emblem rendering for states and burgs in the editor
This commit is contained in:
parent
32227518d2
commit
62f95ec04e
2 changed files with 10 additions and 6 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