mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-24 04:51:24 +01:00
Copy all visible military units from the old map.
This commit is contained in:
parent
9b618544e6
commit
385fdca868
4 changed files with 40 additions and 36 deletions
|
|
@ -22,10 +22,10 @@ const generateSubmap = debounce(async function () {
|
|||
const checked = id => Boolean(document.getElementById(id).checked)
|
||||
const options = {
|
||||
copyBurgs: checked("submapCopyBurgs"),
|
||||
copyMilitary: checked("submapCopyMilitary"),
|
||||
copyMarkers: checked("submapCopyMarkers"),
|
||||
copyZones: checked("submapCopyZones"),
|
||||
copyZones: checked("submapCopyRivers"),
|
||||
copyZones: checked("submapCopyRoads"),
|
||||
|
||||
depressRivers: checked("submapDepressRivers"),
|
||||
addLakesInDepressions: checked("submapAddLakeInDepression"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue