mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
feat: alternative point samplers WIP
This commit is contained in:
parent
df4d80bb86
commit
62fa8d517b
7 changed files with 200 additions and 79 deletions
|
|
@ -858,4 +858,9 @@ export function resolveVersionConflicts(version) {
|
|||
shiftCompass();
|
||||
}
|
||||
}
|
||||
|
||||
if (version < 1.99) {
|
||||
// v1.99.00 added alternative graph point sampling methods
|
||||
if (!graph.type) graph.type = "jittered";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue