Browse Source

Document LIGHT_SHADOW_COLOR for canvas item shader
(cherry picked from commit 8baa1c7c7af2505724e5535acbbfd7031d8a58fa)

Pedro J. Estébanez 8 years ago
parent
commit
d078460ebd
1 changed files with 2 additions and 0 deletions
  1. 2 0
      reference/shading_language.rst

+ 2 - 0
reference/shading_language.rst

@@ -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                                                   |