mirror of
https://github.com/ZDoom/ZDRay.git
synced 2025-01-24 16:51:08 +00:00
Remove Thing lightintensity keys from the README
This commit is contained in:
parent
f38995889d
commit
957d8391b3
1 changed files with 0 additions and 2 deletions
|
@ -61,13 +61,11 @@ thing // ZDRayInfo (ZDRay properties for the map)
|
||||||
thing // Static point light (Light color and distance properties use the same args as dynamic lights)
|
thing // Static point light (Light color and distance properties use the same args as dynamic lights)
|
||||||
{
|
{
|
||||||
type = 9876;
|
type = 9876;
|
||||||
lightintensity = <float> (default: 1)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
thing // Static spotlight (Light color, distance and angle properties use the same args as dynamic lights)
|
thing // Static spotlight (Light color, distance and angle properties use the same args as dynamic lights)
|
||||||
{
|
{
|
||||||
type = 9881;
|
type = 9881;
|
||||||
lightintensity = <float> (default: 1)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
thing // LightProbe (light sampling point for actors)
|
thing // LightProbe (light sampling point for actors)
|
||||||
|
|
Loading…
Reference in a new issue