mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-23 20:41:23 +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) {
|
if (options.promoteTowns) {
|
||||||
const groupName = 'largetowns';
|
const groupName = 'largetowns';
|
||||||
moveAllBurgsToGroup('towns', groupName);
|
moveAllBurgsToGroup('towns', groupName);
|
||||||
changeRadius(oldScale * 0.8, groupName);
|
changeRadius(rn(oldScale * 0.8,2), groupName);
|
||||||
changeFontSize(svg.select(`#labels #${groupName}`), oldScale*2);
|
changeFontSize(svg.select(`#labels #${groupName}`), rn(oldScale*2, 2));
|
||||||
invokeActiveZooming();
|
invokeActiveZooming();
|
||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue