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:
parent
acdebf9dd2
commit
0386279b6f
2 changed files with 4 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue