mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-18 02:01:22 +01:00
Added colour, biomes, adjustable height, and changed graph code to use d3 more
This commit is contained in:
parent
a21e7f5ea4
commit
9f54b1e3f0
5 changed files with 174 additions and 83 deletions
10
index.css
10
index.css
|
|
@ -2101,6 +2101,16 @@ svg.button {
|
|||
text-shadow: 0px 1px 4px #4c3a35;
|
||||
}
|
||||
|
||||
.epgrid line {
|
||||
stroke: lightgrey;
|
||||
stroke-opacity: 0.7;
|
||||
shape-rendering: crispEdges;
|
||||
}
|
||||
|
||||
.epgrid path {
|
||||
stroke-width: 0;
|
||||
}
|
||||
|
||||
#debug {
|
||||
font-size: 1px;
|
||||
opacity: .8;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue