mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
changed sky color and made new style leaves a bit more bright
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user