mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 17:51:24 +01:00
feat: burg groups - image icons
This commit is contained in:
parent
c86f7de9de
commit
c29f3b73e8
9 changed files with 371 additions and 41 deletions
|
|
@ -135,6 +135,7 @@ async function changeStyle(desiredPreset) {
|
|||
const [presetName, style] = styleData;
|
||||
localStorage.setItem("presetStyle", presetName);
|
||||
applyStyleWithUiRefresh(style);
|
||||
if (layerIsOn("toggleBurgIcons")) drawBurgIcons();
|
||||
}
|
||||
|
||||
function applyStyleWithUiRefresh(style) {
|
||||
|
|
@ -325,6 +326,7 @@ function addStylePreset() {
|
|||
"data-size",
|
||||
"font-size",
|
||||
"font-family",
|
||||
"data-dx",
|
||||
"data-dy"
|
||||
];
|
||||
const burgIconsAttributes = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue