mirror of
https://github.com/ZDoom/ZDRay.git
synced 2025-01-24 00:31:07 +00:00
Fix documentation for lm_suncolor
This commit is contained in:
parent
4107176f0d
commit
e822dc36e3
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ Usage: zdray [options] sourcefile.wad
|
|||
thing // ZDRayInfo (ZDRay properties for the map)
|
||||
{
|
||||
type = 9890;
|
||||
lm_suncolor = <string> (hex color, default: "FFFFFF")
|
||||
lm_suncolor = <string> (default: "FFFFFF", hex color value of the sun)
|
||||
lm_sampledistance = <int> (default: 8, map units each lightmap texel covers, must be in powers of two)
|
||||
lm_gridsize = <float> (default: 32, grid density for the automatic light probes)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue