mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-16 17:31:24 +01:00
v 0.8.09b
This commit is contained in:
parent
6cb21bbead
commit
4159c3ef63
2 changed files with 2 additions and 2 deletions
|
|
@ -906,7 +906,7 @@
|
|||
|
||||
</table>
|
||||
|
||||
<p data-tip="Interface settings taht don't affect generation. Getting applied immediately on change">User Interface:</p>
|
||||
<p data-tip="Interface settings that don't affect generation. Getting applied immediately on change">User Interface:</p>
|
||||
<table>
|
||||
<tr data-tip="Set user interface size">
|
||||
<td></td>
|
||||
|
|
|
|||
2
main.js
2
main.js
|
|
@ -226,7 +226,7 @@ function applyDefaultNamesData() {
|
|||
|
||||
// apply default biomes data
|
||||
function applyDefaultBiomesSystem() {
|
||||
const name = ["Marine","Hot desert","Cold desert","Savanna","Grassland","Tropical seasonal forest","Temparate deciduous forest","Tropical rain forest","Temperate rain forest","Taiga","Tundra","Glacier"];
|
||||
const name = ["Marine","Hot desert","Cold desert","Savanna","Grassland","Tropical seasonal forest","Temperate deciduous forest","Tropical rain forest","Temperate rain forest","Taiga","Tundra","Glacier"];
|
||||
//const color = ["#53679f","#fbfaae","#e1df9b","#eef586","#bdde82","#b6d95d","#29bc56","#7dcb35","#45b348","#567c2c","#d5d59d","#e6f5fa"];
|
||||
const color = ["#53679f","#fbe79f","#b5b887","#d2d082","#c8d68f","#b6d95d","#29bc56","#7dcb35","#45b348","#4b6b32","#96784b","#d5e7eb"];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue