mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-23 12:31:24 +01:00
round style settings
This commit is contained in:
parent
dba158bc3c
commit
d7ced7271e
1 changed files with 2 additions and 2 deletions
|
|
@ -82,8 +82,8 @@ const generateSubmap = debounce(async function () {
|
|||
if (options.promoteTowns) {
|
||||
const groupName = 'largetowns';
|
||||
moveAllBurgsToGroup('towns', groupName);
|
||||
changeRadius(oldScale * 0.8, groupName);
|
||||
changeFontSize(svg.select(`#labels #${groupName}`), oldScale*2);
|
||||
changeRadius(rn(oldScale * 0.8,2), groupName);
|
||||
changeFontSize(svg.select(`#labels #${groupName}`), rn(oldScale*2, 2));
|
||||
invokeActiveZooming();
|
||||
}
|
||||
} catch (error) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue