1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

changed sky color and made new style leaves a bit more bright

This commit is contained in:
Perttu Ahola 2011-02-13 14:21:31 +02:00
parent acdebf9dd2
commit 0386279b6f
2 changed files with 4 additions and 2 deletions

View file

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