mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 12:01:23 +01:00
feat: rework temperature generation alg
This commit is contained in:
parent
fbb605d01d
commit
42b0cafecd
7 changed files with 128 additions and 96 deletions
|
|
@ -639,7 +639,7 @@ export function resolveVersionConflicts(version) {
|
|||
|
||||
if (version < 1.89) {
|
||||
//May need a major bump
|
||||
options.tempNorthPole = +temperatureNorthPoleInput.value;
|
||||
options.tempSouthPole = +temperatureNorthPoleInput.value;
|
||||
options.temperatureNorthPole = +temperatureNorthPoleInput.value;
|
||||
options.temperatureSouthPole = +temperatureNorthPoleInput.value;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue