mirror of
https://github.com/mapbase-source/source-fgds.git
synced 2024-12-28 08:45:27 +03:00
Added halo scale and beam/halo material keyvalues for point_spotlight
This commit is contained in:
parent
0f9f60697a
commit
c8b357052b
4
base.fgd
4
base.fgd
@ -3002,6 +3002,10 @@
|
|||||||
spotlightwidth(integer) : "Spotlight Width" : 50 : "Width of the spotlight beam."
|
spotlightwidth(integer) : "Spotlight Width" : 50 : "Width of the spotlight beam."
|
||||||
rendercolor(color255) : "Color (R G B)" : "255 255 255"
|
rendercolor(color255) : "Color (R G B)" : "255 255 255"
|
||||||
HDRColorScale(float) : "HDR color scale." : "1.0" : "float value to multiply sprite color by when running in HDR mode."
|
HDRColorScale(float) : "HDR color scale." : "1.0" : "float value to multiply sprite color by when running in HDR mode."
|
||||||
|
HaloScale(float) : "Halo size scale." : "60" : "float value to determine the size of the halo."
|
||||||
|
|
||||||
|
HaloMaterial(sprite) : "Halo material" : "sprites/light_glow03.vmt" : "Material to use for the halo."
|
||||||
|
SpotlightMaterial(sprite) : "Spotlight beam material" : "sprites/glow_test02.vmt" : "Material to use for the spotlight's beam."
|
||||||
|
|
||||||
// Inputs
|
// Inputs
|
||||||
input LightOn(void) : "Turn the spotlight on."
|
input LightOn(void) : "Turn the spotlight on."
|
||||||
|
Loading…
Reference in New Issue
Block a user