# 2D Lighting Coloured point lights with shadow-casting occluders. ```{raw} html ▶ Run in browser ``` **Tags:** `2d` Controls: - Mouse moves the white "cursor" light - 1/2/3 toggles individual lights on/off - S key toggles shadows on/off - ESC quits ## Source ```{literalinclude} ../../examples/features/2d/light.py :language: python :linenos: ```