mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-23 04:21:24 +01:00
Removed haching completely from map svg
This commit is contained in:
parent
e7503d14b7
commit
db84364aa5
6 changed files with 9 additions and 18 deletions
6
main.js
6
main.js
|
|
@ -656,7 +656,6 @@ function generate() {
|
|||
|
||||
Military.generate();
|
||||
Markers.generate();
|
||||
copyHatching();
|
||||
addZones();
|
||||
Names.getMapName();
|
||||
|
||||
|
|
@ -1484,11 +1483,6 @@ function rankCells() {
|
|||
TIME && console.timeEnd("rankCells");
|
||||
}
|
||||
|
||||
// copy the hatching (patterns)
|
||||
function copyHatching() {
|
||||
document.getElementById("hatching").innerHTML = document.getElementById("defs-hatching").innerHTML;
|
||||
}
|
||||
|
||||
// regenerate some zones
|
||||
function addZones(number = 1) {
|
||||
TIME && console.time("addZones");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue