mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
v 0.8.06b
This commit is contained in:
parent
6cb21bbead
commit
e4df2842af
2 changed files with 4 additions and 4 deletions
|
|
@ -262,7 +262,7 @@ function parseLoadedData(data) {
|
|||
return;
|
||||
}
|
||||
biomesData.color = biomes[0].split(",");
|
||||
biomesData.habitability = biomes[1].split(",");
|
||||
biomesData.habitability = biomes[1].split(",").map(h => +h);
|
||||
biomesData.name = name;
|
||||
}()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue