mirror of
https://github.com/minetest/minetest.git
synced 2024-11-23 08:03:45 +01:00
changed water color in farmesh
This commit is contained in:
parent
2bd2bdff08
commit
d3a5eac22c
@ -279,7 +279,8 @@ void FarMesh::render()
|
|||||||
if(h_avg < WATER_LEVEL*BS && h_max < (WATER_LEVEL+5)*BS)
|
if(h_avg < WATER_LEVEL*BS && h_max < (WATER_LEVEL+5)*BS)
|
||||||
{
|
{
|
||||||
//c = video::SColor(255,59,86,146);
|
//c = video::SColor(255,59,86,146);
|
||||||
c = video::SColor(255,82,120,204);
|
//c = video::SColor(255,82,120,204);
|
||||||
|
c = video::SColor(255,74,105,170);
|
||||||
|
|
||||||
/*// Set to water level
|
/*// Set to water level
|
||||||
for(u32 i=0; i<4; i++)
|
for(u32 i=0; i<4; i++)
|
||||||
|
Loading…
Reference in New Issue
Block a user