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

This commit is contained in:
Azgaar 2021-07-05 21:11:33 +03:00
commit 7dc71a5616
33 changed files with 5797 additions and 2941 deletions

View file

@ -239,7 +239,6 @@ i.icon-lock {
#labels {
text-anchor: start;
dominant-baseline: central;
text-shadow: 0 0 4px white;
cursor: pointer;
}
@ -285,6 +284,12 @@ i.icon-lock {
animation: dash 80s linear backwards;
}
.arrow {
marker-end: url(#end-arrow-small);
stroke: #555;
stroke-width: 0.5;
}
@keyframes dash {
to {
stroke-dashoffset: 0;
@ -1554,6 +1559,11 @@ div.states > div.resourceBonus > span.icon-male {
width: 5.5em;
}
#saveTilesScreen div.label {
display: inline-block;
width: 5em;
}
#regimentBody div {
margin: 0.1em 0;
}