mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-18 18:11:24 +01:00
make depressions resolve elevation change not that big
This commit is contained in:
parent
ab065da5d2
commit
67235bc41e
8 changed files with 1765 additions and 1264 deletions
|
|
@ -104,7 +104,7 @@ a {
|
|||
}
|
||||
|
||||
#biomes {
|
||||
stroke-width: .7;
|
||||
stroke-width: 0.7;
|
||||
}
|
||||
|
||||
#landmass {
|
||||
|
|
@ -285,6 +285,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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue