mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
made shadows less blue
This commit is contained in:
parent
68a9157b94
commit
73cf4b3016
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ video::SColor MapBlock_LightColor(u8 alpha, u8 light)
|
||||||
#if 1
|
#if 1
|
||||||
// Emphase blue a bit in darker places
|
// Emphase blue a bit in darker places
|
||||||
float lim = 80;
|
float lim = 80;
|
||||||
float power = 0.7;
|
float power = 0.8;
|
||||||
if(light > lim)
|
if(light > lim)
|
||||||
return video::SColor(alpha,light,light,light);
|
return video::SColor(alpha,light,light,light);
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue