mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-03 05:48:42 +03:00
Update 2d_lights_and_shadows.rst to fix ref link
This commit is contained in:
@@ -36,7 +36,7 @@ There are several nodes involved in a complete 2D lighting setup:
|
||||
|
||||
- :ref:`CanvasModulate <class_CanvasModulate>` (to darken the rest of the scene)
|
||||
- :ref:`PointLight2D <class_PointLight2D>` (for omnidirectional or spot lights)
|
||||
- :ref:`DirectionalLight2D <class_PointLight2D>` (for sunlight or moonlight)
|
||||
- :ref:`DirectionalLight2D <class_DirectionalLight2D>` (for sunlight or moonlight)
|
||||
- :ref:`LightOccluder2D <class_LightOccluder2D>` (for light shadow casters)
|
||||
- Other 2D nodes that receive lighting, such as Sprite2D or TileMap.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user