Update csm.fgd

changed SpotlightTexture input to Texture
This commit is contained in:
2022-09-05 21:57:45 +03:00
parent 71214c1911
commit f1219bdeef

View File

@@ -22,7 +22,7 @@
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 Texture(string) : "Change texture"
input LightColor(color255) : "Set the light color."
input SetAngles(string) : "Set the sun direction."
]