diff --git a/automated_updates_data.json b/automated_updates_data.json index 88dd158d37..874e753754 100644 --- a/automated_updates_data.json +++ b/automated_updates_data.json @@ -1,5 +1,5 @@ { - "last_automated_updates_commit": "7902b7ffb6c673b0ef13f5a23b85ce339cf6de40", + "last_automated_updates_commit": "c4216d8fe7273050bcdf47f8f5602928d844b69c", "last_improved_things": [ { "date": "2026-02-16", diff --git a/docs/gdevelop5/objects/light/index.md b/docs/gdevelop5/objects/light/index.md index f149ab0d6f..1e01ba8242 100644 --- a/docs/gdevelop5/objects/light/index.md +++ b/docs/gdevelop5/objects/light/index.md @@ -34,6 +34,8 @@ The light texture property allows you to create a custom shape for the light. Wi By providing a texture image, you can control the shape and pattern of the light. For instance, a flashlight effect can be achieved by using a cone-shaped texture. +Rotating the light object (with its angle) rotates the texture with it, so you can point a directional light such as a flashlight wherever you need. + | ![The light texture used in the object.](Cone_Light.png) | ![The result of a light texture in game](result_light_texture.png) | |---|---| | The light texture used in the object. | The result in game. |