mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
v1.6.17 - hide rulers
This commit is contained in:
parent
8455df796a
commit
e6af798ef9
1 changed files with 1 additions and 1 deletions
2
main.js
2
main.js
|
|
@ -65,7 +65,7 @@ let anchors = icons.append("g").attr("id", "anchors");
|
||||||
let armies = viewbox.append("g").attr("id", "armies").style("display", "none");
|
let armies = viewbox.append("g").attr("id", "armies").style("display", "none");
|
||||||
let markers = viewbox.append("g").attr("id", "markers").style("display", "none");
|
let markers = viewbox.append("g").attr("id", "markers").style("display", "none");
|
||||||
let fogging = viewbox.append("g").attr("id", "fogging-cont").attr("mask", "url(#fog)").append("g").attr("id", "fogging").style("display", "none");
|
let fogging = viewbox.append("g").attr("id", "fogging-cont").attr("mask", "url(#fog)").append("g").attr("id", "fogging").style("display", "none");
|
||||||
let ruler = viewbox.append("g").attr("id", "ruler");
|
let ruler = viewbox.append("g").attr("id", "ruler").style("display", "none");
|
||||||
let debug = viewbox.append("g").attr("id", "debug");
|
let debug = viewbox.append("g").attr("id", "debug");
|
||||||
|
|
||||||
// lake and coast groups
|
// lake and coast groups
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue