mirror of
https://github.com/ZDoom/ZDRay.git
synced 2025-02-03 13:11:04 +00:00
- fix readme formatting
This commit is contained in:
parent
b0f846e200
commit
96080982e4
1 changed files with 14 additions and 12 deletions
26
README.md
26
README.md
|
@ -1,26 +1,28 @@
|
||||||
# ZDRay UDMF properties
|
# ZDRay UDMF properties
|
||||||
|
|
||||||
|
<pre>
|
||||||
linedef
|
linedef
|
||||||
{
|
{
|
||||||
lightcolor = <int> (color, default: white)
|
lightcolor = >int< (color, default: white)
|
||||||
lightintensity = <float> (default: 1)
|
lightintensity = >float< (default: 1)
|
||||||
lightdistance = <float> (default: 0, no light)
|
lightdistance = >float< (default: 0, no light)
|
||||||
}
|
}
|
||||||
|
|
||||||
thing
|
thing
|
||||||
{
|
{
|
||||||
lightcolor = <int> (color)
|
lightcolor = >int< (color)
|
||||||
lightintensity = <float> (default: 1)
|
lightintensity = >float< (default: 1)
|
||||||
lightdistance = <float> (default: 0, no light)
|
lightdistance = >float< (default: 0, no light)
|
||||||
}
|
}
|
||||||
|
|
||||||
sector
|
sector
|
||||||
{
|
{
|
||||||
lightcolorfloor = <int> (color, default: white)
|
lightcolorfloor = >int< (color, default: white)
|
||||||
lightintensityfloor = <float> (default: 1)
|
lightintensityfloor = >float< (default: 1)
|
||||||
lightdistancefloor = <float> (default: 0, no light)
|
lightdistancefloor = >float< (default: 0, no light)
|
||||||
|
|
||||||
lightcolorceiling = <int> (color, default: white)
|
lightcolorceiling = >int< (color, default: white)
|
||||||
lightintensityceiling = <float> (default: 1)
|
lightintensityceiling = >float< (default: 1)
|
||||||
lightdistanceceiling = <float> (default: 0, no light)
|
lightdistanceceiling = >float< (default: 0, no light)
|
||||||
}
|
}
|
||||||
|
</pre>
|
||||||
|
|
Loading…
Reference in a new issue