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
|
||||
|
||||
<pre>
|
||||
linedef
|
||||
{
|
||||
lightcolor = <int> (color, default: white)
|
||||
lightintensity = <float> (default: 1)
|
||||
lightdistance = <float> (default: 0, no light)
|
||||
lightcolor = >int< (color, default: white)
|
||||
lightintensity = >float< (default: 1)
|
||||
lightdistance = >float< (default: 0, no light)
|
||||
}
|
||||
|
||||
thing
|
||||
{
|
||||
lightcolor = <int> (color)
|
||||
lightintensity = <float> (default: 1)
|
||||
lightdistance = <float> (default: 0, no light)
|
||||
lightcolor = >int< (color)
|
||||
lightintensity = >float< (default: 1)
|
||||
lightdistance = >float< (default: 0, no light)
|
||||
}
|
||||
|
||||
sector
|
||||
{
|
||||
lightcolorfloor = <int> (color, default: white)
|
||||
lightintensityfloor = <float> (default: 1)
|
||||
lightdistancefloor = <float> (default: 0, no light)
|
||||
lightcolorfloor = >int< (color, default: white)
|
||||
lightintensityfloor = >float< (default: 1)
|
||||
lightdistancefloor = >float< (default: 0, no light)
|
||||
|
||||
lightcolorceiling = <int> (color, default: white)
|
||||
lightintensityceiling = <float> (default: 1)
|
||||
lightdistanceceiling = <float> (default: 0, no light)
|
||||
lightcolorceiling = >int< (color, default: white)
|
||||
lightintensityceiling = >float< (default: 1)
|
||||
lightdistanceceiling = >float< (default: 0, no light)
|
||||
}
|
||||
</pre>
|
||||
|
|
Loading…
Reference in a new issue