mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-21 19:41:23 +01:00
feat: style - store emblem size mod in style (v1.99.10)
This commit is contained in:
parent
634ad6cd8e
commit
f129ff5573
18 changed files with 140 additions and 44 deletions
|
|
@ -256,7 +256,16 @@
|
|||
"#emblems": {
|
||||
"opacity": 0.75,
|
||||
"stroke-width": 0.5,
|
||||
"filter": ""
|
||||
"filter": null
|
||||
},
|
||||
"#emblems > #stateEmblems": {
|
||||
"data-size": 1
|
||||
},
|
||||
"#emblems > #provinceEmblems": {
|
||||
"data-size": 1
|
||||
},
|
||||
"#emblems > #burgEmblems": {
|
||||
"data-size": 1
|
||||
},
|
||||
"#texture": {
|
||||
"opacity": 0.2,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue