v 0.8.09b

This commit is contained in:
Azgaar 2019-05-02 23:18:46 +03:00
parent 6cb21bbead
commit 4159c3ef63
2 changed files with 2 additions and 2 deletions

View file

@ -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>

View file

@ -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"];