소스 검색

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

Pedro J. Estébanez 9 년 전
부모
커밋
d078460ebd
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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                                                   |