From 4159c3ef63c35febc9e0b6d8409cae7ed3b33862 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Thu, 2 May 2019 23:18:46 +0300 Subject: [PATCH] v 0.8.09b --- index.html | 2 +- main.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 299ad0fa..aa8a1991 100644 --- a/index.html +++ b/index.html @@ -906,7 +906,7 @@ -

User Interface:

+

User Interface:

diff --git a/main.js b/main.js index 33350732..a692116c 100644 --- a/main.js +++ b/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"];