mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-24 04:51:24 +01:00
Update submap gui
This commit is contained in:
parent
9d96135ba4
commit
1a62cc97e2
2 changed files with 32 additions and 23 deletions
|
|
@ -21,13 +21,15 @@ const generateSubmap = debounce(async function () {
|
|||
closeDialogs("#worldConfigurator, #options3d");
|
||||
const checked = id => Boolean(document.getElementById(id).checked)
|
||||
const options = {
|
||||
promoteTown: checked("submapPromoteTown"),
|
||||
depressRivers: checked("submapDepressRivers"),
|
||||
copyBurgs: checked("submapCopyBurgs"),
|
||||
copyMilitary: checked("submapCopyMilitary"),
|
||||
copyMarkers: checked("submapCopyMarkers"),
|
||||
copyZones: checked("submapCopyZones"),
|
||||
copyZones: checked("submapCopyRivers"),
|
||||
|
||||
depressRivers: checked("submapDepressRivers"),
|
||||
addLakesInDepressions: checked("submapAddLakeInDepression"),
|
||||
addMilitary: checked("submapAddMilitary"),
|
||||
addMarkers: checked("submapAddMarkers"),
|
||||
addZones: checked("submapAddZones"),
|
||||
promoteTown: checked("submapPromoteTown"),
|
||||
smoothHeightMap: scale > 2,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue