From b445b87dba3bcf5be35b1f9ff7e67d968f2e15e3 Mon Sep 17 00:00:00 2001 From: 4ian <1280130+4ian@users.noreply.github.com> Date: Thu, 7 May 2026 09:08:25 +0000 Subject: [PATCH] [Auto] [Update] Note that opacity tween only works on 2D objects in Tween behavior docs --- automated_updates_data.json | 2 +- docs/gdevelop5/behaviors/tween/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/automated_updates_data.json b/automated_updates_data.json index 6c71cb99bf9..222a2b32a40 100644 --- a/automated_updates_data.json +++ b/automated_updates_data.json @@ -1,5 +1,5 @@ { - "last_automated_updates_commit": "e9b9596d6dddf8fc483ed5d4c2a4725215b073fe", + "last_automated_updates_commit": "1e8f76d3baacaf8e575f4b187ed55730e447381d", "last_improved_things": [ { "date": "2026-02-16", diff --git a/docs/gdevelop5/behaviors/tween/index.md b/docs/gdevelop5/behaviors/tween/index.md index a318121e27e..e425135f9f8 100644 --- a/docs/gdevelop5/behaviors/tween/index.md +++ b/docs/gdevelop5/behaviors/tween/index.md @@ -9,7 +9,7 @@ The Tween (from inbe**tween**) [behavior](/gdevelop5/behaviors) animates [object - Angle (and rotation X/Y for 3D objects) - Scale (X, Y, or both) - Size (width, height, depth for 3D objects) -- Opacity +- Opacity (2D objects only) - Color (RGB or HSL modes) - Text character size - Effect properties (numeric or color parameters)