Skip to content
Snippets Groups Projects
Commit e15de8b7 authored by Perttu Ahola's avatar Perttu Ahola
Browse files

Modify light values to work a bit better with non-smooth lighting

parent 61016962
Branches
Tags
No related merge requests found
......@@ -21,7 +21,9 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#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
......@@ -63,8 +65,8 @@ u8 light_decode_table[LIGHT_MAX+1] =
121,
146,
176,
212,
230,
195,
220,
255,
};
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment