From 3b13ab95ceac985c30d7c3b3c3308abfbbd62420 Mon Sep 17 00:00:00 2001 From: Alex_BY Date: Fri, 25 Mar 2016 19:57:25 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20=D1=86=D0=B2=D0=B5=D1=82=20=D1=82=D1=83=D0=BC?= =?UTF-8?q?=D0=B0=D0=BD=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.lua b/main.lua index 309629c..a97e2f4 100644 --- a/main.lua +++ b/main.lua @@ -68,7 +68,7 @@ setConfig("terrain", "/1520", terCfg) local envCfg = table.copy(getConfig("environment", "/default")) -envCfg.fog.color = { 0.682, 0.815, 0.898 } +envCfg.fog.color = { 0.31, 0.39, 0.44 } envCfg.light.direction = { 1.1, 1.3, 1.05 } envCfg.light.ambient = { 0.60, 0.60, 0.66 }