Document LIGHT_SHADOW_COLOR for canvas item shader

(cherry picked from commit 8baa1c7c7a)
This commit is contained in:
Pedro J. Estébanez
2016-10-10 15:27:34 +02:00
committed by Rémi Verschelde
parent 8c101ab924
commit d078460ebd

View File

@@ -447,6 +447,8 @@ CanvasItem (2D) - LightShader
+-------------------------------------+-------------------------------------------------------------------------------+
| const color *LIGHT\_COLOR* | Color of Light |
+-------------------------------------+-------------------------------------------------------------------------------+
| const color *LIGHT\_SHADOW\_COLOR* | Color of Light shadow |
+-------------------------------------+-------------------------------------------------------------------------------+
| vec2 *LIGHT\_UV* | UV for light image |
+-------------------------------------+-------------------------------------------------------------------------------+
| color *SHADOW* | Light shadow color override |