new inputs

-new input LightColor that changes a color.
-new input SetAngles that changes angles
-added csm_intensity convar

-now TurnOn and TurnOff its Enable and Disable
This commit is contained in:
2022-09-05 21:54:11 +03:00
parent 118c2dcb1f
commit bcd7cfad25
4 changed files with 203 additions and 44 deletions

View File

@@ -19,8 +19,10 @@
ambient(integer) :"Ambient" : 0 : "idk"
input TurnOn(void) : "Turn on the texture"
input TurnOff(void) : "Turn off the texture"
input Enable(void) : "Turn on the texture"
input Disable(void) : "Turn off the texture"
input EnableShadows(bool) : "Turn off the shadows"
input SpotlightTexture(string) : "Change texture"
input LightColor(color255) : "Set the light color."
input SetAngles(string) : "Set the sun direction."
]