Merge branch 'master' of https://github.com/Azgaar/Fantasy-Map-Generator into dev-economics

This commit is contained in:
Azgaar 2021-08-05 00:09:16 +03:00
commit 1180a3c67b
41 changed files with 5185 additions and 3469 deletions

View file

@ -169,23 +169,28 @@ a {
font-size: 0.8em;
}
#statesBody,
#provincesBody {
stroke-width: 2;
fill-rule: evenodd;
mask: url(#land);
}
#relig,
#biomes,
#cults {
fill-rule: evenodd;
mask: url(#land);
#statesBody {
stroke-width: 3;
}
#statesHalo {
fill: none;
filter: url(#blur5);
stroke-linecap: round;
stroke-linejoin: round;
}
#provincesBody {
stroke-width: 0.2;
}
#statesBody,
#provincesBody,
#relig,
#biomes,
#cults {
stroke-linejoin: round;
fill-rule: evenodd;
mask: url(#land);
}
#borders {
@ -197,6 +202,7 @@ a {
stroke: none;
mask: url(#land);
cursor: pointer;
fill-rule: nonzero;
}
#anchors {
@ -979,6 +985,12 @@ body button.noicon {
cursor: pointer;
}
#controlCells > .current {
fill: #82c8ff40;
stroke: #82c8ff;
stroke-width: 0.4;
}
#vertices > circle {
fill: #ff0000;
stroke: #841f1f;
@ -1116,6 +1128,12 @@ div#regimentSelectorBody > div > div {
fill: none;
}
#debug > text {
font-size: 2px;
text-anchor: middle;
dominant-baseline: central;
}
.selectedCell {
stroke-width: 1;
stroke: #da3126;
@ -1697,6 +1715,12 @@ rect.fillRect {
text-align: center;
}
div.editorLine {
margin: 0.2em 0;
padding: 0 0.2em;
font-size: 0.9em;
}
#emblemDownloadControl > input {
width: 4.1em;
}
@ -2058,10 +2082,6 @@ svg.button {
width: 16em;
}
#reliefEditor input[type='number'] {
width: 3em;
}
#reliefIconsDiv {
margin-top: 2px;
padding: 2px;