mirror of
https://github.com/minetest/minetest.git
synced 2024-11-27 18:13:46 +01:00
Modify light values to work a bit better with non-smooth lighting
This commit is contained in:
parent
61016962ee
commit
e15de8b70d
@ -21,7 +21,9 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||||||
|
|
||||||
#if 1
|
#if 1
|
||||||
/*
|
/*
|
||||||
Made using this and adding 230 as the second last one:
|
Made using this and:
|
||||||
|
- adding 220 as the second last one
|
||||||
|
- replacing the third last one (212) with 195
|
||||||
|
|
||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
|
|
||||||
@ -63,8 +65,8 @@ u8 light_decode_table[LIGHT_MAX+1] =
|
|||||||
121,
|
121,
|
||||||
146,
|
146,
|
||||||
176,
|
176,
|
||||||
212,
|
195,
|
||||||
230,
|
220,
|
||||||
255,
|
255,
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user