godot-demo-projects/2d/lights_and_shadows/README.md

14 lines
341 B
Markdown

# 2D Lights and Shadows
Simple demo of 2D lights and shadows, using
[`Light2D`](https://docs.godotengine.org/en/latest/classes/class_light2d.html)
and [`LightOccluder2D`](https://docs.godotengine.org/en/latest/classes/class_lightoccluder2d.html).
Language: GDScript
Renderer: GLES 2
## Screenshots
![Screenshot](screenshots/lights.png)