lumps: Add README files for some directories.

These deserve to be documented.
This commit is contained in:
Simon Howard 2015-12-24 12:29:25 +01:00
parent 758164748c
commit 254602c6db
3 changed files with 37 additions and 0 deletions

10
lumps/colormap/README Normal file
View file

@ -0,0 +1,10 @@
This directory contains the generator script for the COLORMAP lump. The
COLORMAP lump is used to calculate Doom's lighting; it translates normal
colors into darkened versions in 32 different levels of light. Some more
details can be found on the Doom wiki:
<http://doomwiki.org/wiki/COLORMAP>
Boom extends the COLORMAP to allow the addition of extra colormap lumps;
these can be used to apply colored lighting and other effects.