Add release note for light textures (#20023)

# Objective

- Fixes #19982

## Solution

- add note

## Testing

- left as an exercise for the reader
This commit is contained in:
atlv 2025-07-14 16:47:45 -04:00 committed by GitHub
parent 89c3a979e6
commit 1e057d8419
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,10 @@
---
title: Light Textures
authors: ["@robtfm"]
pull_requests: [18031]
---
New components `PointLightTexture`, `SpotLightTexture`, and `DirectionalLightTexture` allow specifying light textures for lights, also commonly known as light cookies.
These modulate the intensity of light cast upon surfaces for various artistic effects. See the light_textures example for usage.
(TODO: Embed light_textures example screenshot here)