mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-23 04:21:24 +01:00
fixed 0 index burg bug, more accurate coast detection for burgs
This commit is contained in:
parent
f3d51e677d
commit
40cceac6ec
3 changed files with 100 additions and 75 deletions
|
|
@ -22,6 +22,7 @@ const generateSubmap = debounce(async function () {
|
|||
const settings = {
|
||||
promoteTown: Boolean(document.getElementById("submapPromoteTown").checked),
|
||||
depressRivers: Boolean(document.getElementById("submapDepressRivers").checked),
|
||||
copyBurgs: Boolean(document.getElementById("submapCopyBurgs").checked),
|
||||
addLakesInDepressions: Boolean(document.getElementById("submapAddLakeInDepression").checked),
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue