mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 20:11:24 +01:00
fixing IPv6
This commit is contained in:
parent
2014c63e22
commit
e1e31531af
1 changed files with 2 additions and 2 deletions
4
main.js
4
main.js
|
|
@ -363,8 +363,8 @@ function applyDefaultBiomesSystem() {
|
|||
"Wetland" // 12
|
||||
];
|
||||
const biomeColor = ["#466eab", "#fbe79f", "#b5b887", "#d2d082", "#c8d68f", "#b6d95d", "#29bc56", "#7dcb35", "#409c43", "#4b6b32", "#96784b", "#d5e7eb", "#0b9131"];
|
||||
const biomeIx = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]; // For Readability -]:-)>
|
||||
const habitability = [2, 20, 25, 32, 35, 50, 50, 20, 45, 12, 4, 1, 75];
|
||||
const biomeIx = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]; // For Readability -]:-)>
|
||||
const habitability = [2, 30, 35, 40, 45, 50, 50, 20, 35, 22, 25, 5, 55];
|
||||
const iconsDensity = [0, 3, 2, 120, 120, 120, 120, 150, 150, 100, 5, 0, 150];
|
||||
const icons = [
|
||||
{},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue