mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
v1.6.02 - linear ruler rework
This commit is contained in:
parent
e5a1e64c6e
commit
e6a79f540d
3 changed files with 139 additions and 8 deletions
|
|
@ -1747,6 +1747,10 @@ rect.fillRect {
|
|||
cursor: grab;
|
||||
}
|
||||
|
||||
#ruler circle.control {
|
||||
fill: #999999;
|
||||
}
|
||||
|
||||
#ruler rect {
|
||||
stroke: #3d3d3d;
|
||||
fill: yellow;
|
||||
|
|
@ -1762,7 +1766,7 @@ rect.fillRect {
|
|||
}
|
||||
|
||||
#ruler text {
|
||||
font-family: 'Times New Roman';
|
||||
font-family: 'Georgia';
|
||||
fill: #3d3d3d;
|
||||
stroke: none;
|
||||
text-anchor: middle;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue