mirror of
https://github.com/minetest/minetest.git
synced 2024-11-27 01:53:45 +01:00
Update color of main menu clouds (#8172)
This commit is contained in:
parent
3c2fe3229e
commit
2ae794ac45
@ -323,7 +323,7 @@ void GUIEngine::cloudInit()
|
|||||||
{
|
{
|
||||||
m_cloud.clouds = new Clouds(m_smgr, -1, rand());
|
m_cloud.clouds = new Clouds(m_smgr, -1, rand());
|
||||||
m_cloud.clouds->setHeight(100.0f);
|
m_cloud.clouds->setHeight(100.0f);
|
||||||
m_cloud.clouds->update(v3f(0, 0, 0), video::SColor(255,200,200,255));
|
m_cloud.clouds->update(v3f(0, 0, 0), video::SColor(255,255,255,255));
|
||||||
|
|
||||||
m_cloud.camera = m_smgr->addCameraSceneNode(0,
|
m_cloud.camera = m_smgr->addCameraSceneNode(0,
|
||||||
v3f(0,0,0), v3f(0, 60, 100));
|
v3f(0,0,0), v3f(0, 60, 100));
|
||||||
|
Loading…
Reference in New Issue
Block a user