summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-02-13 14:21:31 +0200
committerPerttu Ahola <celeron55@gmail.com>2011-02-13 14:21:31 +0200
commit0386279b6fa639d54383736260825b086c9017ea (patch)
tree35bca204de0266f311a56711adb1d2c4539fe763 /src/main.cpp
parentacdebf9dd2b18f72e35c3e114794ee7c7c1eaca8 (diff)
downloadminetest-0386279b6fa639d54383736260825b086c9017ea.tar.gz
minetest-0386279b6fa639d54383736260825b086c9017ea.tar.bz2
minetest-0386279b6fa639d54383736260825b086c9017ea.zip
changed sky color and made new style leaves a bit more bright
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 31a39ecd7..348547321 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -2009,7 +2009,8 @@ int main(int argc, char *argv[])
if(camera == NULL)
return 1;
- video::SColor skycolor = video::SColor(255,90,140,200);
+ //video::SColor skycolor = video::SColor(255,90,140,200);
+ video::SColor skycolor = video::SColor(255,166,202,244);
camera->setFOV(FOV_ANGLE);