- fix readme formatting

This commit is contained in:
Magnus Norddahl 2018-10-30 19:17:03 +01:00
parent b0f846e200
commit 96080982e4

View file

@ -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 = &gt;int&lt; (color, default: white)
lightintensity = &gt;float&lt; (default: 1)
lightdistance = &gt;float&lt; (default: 0, no light)
}
thing
{
lightcolor = <int> (color)
lightintensity = <float> (default: 1)
lightdistance = <float> (default: 0, no light)
lightcolor = &gt;int&lt; (color)
lightintensity = &gt;float&lt; (default: 1)
lightdistance = &gt;float&lt; (default: 0, no light)
}
sector
{
lightcolorfloor = <int> (color, default: white)
lightintensityfloor = <float> (default: 1)
lightdistancefloor = <float> (default: 0, no light)
lightcolorfloor = &gt;int&lt; (color, default: white)
lightintensityfloor = &gt;float&lt; (default: 1)
lightdistancefloor = &gt;float&lt; (default: 0, no light)
lightcolorceiling = <int> (color, default: white)
lightintensityceiling = <float> (default: 1)
lightdistanceceiling = <float> (default: 0, no light)
lightcolorceiling = &gt;int&lt; (color, default: white)
lightintensityceiling = &gt;float&lt; (default: 1)
lightdistanceceiling = &gt;float&lt; (default: 0, no light)
}
</pre>