From 8f6cdc2e24ce74f1ff31c0629d7cd48e5d9b0fa0 Mon Sep 17 00:00:00 2001 From: 4ian <1280130+4ian@users.noreply.github.com> Date: Sat, 8 Aug 2026 08:18:47 +0000 Subject: [PATCH] [Auto] [Update] Document color parameter swatch preview and inline color picker in the events editor --- automated_updates_data.json | 2 +- docs/gdevelop5/interface/events-editor/index.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/automated_updates_data.json b/automated_updates_data.json index 88dd158d37e..90cc4c6ff10 100644 --- a/automated_updates_data.json +++ b/automated_updates_data.json @@ -1,5 +1,5 @@ { - "last_automated_updates_commit": "7902b7ffb6c673b0ef13f5a23b85ce339cf6de40", + "last_automated_updates_commit": "accc32ee48c2c97dbd12d4abd28c9aaa1607b097", "last_improved_things": [ { "date": "2026-02-16", diff --git a/docs/gdevelop5/interface/events-editor/index.md b/docs/gdevelop5/interface/events-editor/index.md index 044134ed9f5..bfffd4e621e 100644 --- a/docs/gdevelop5/interface/events-editor/index.md +++ b/docs/gdevelop5/interface/events-editor/index.md @@ -109,6 +109,10 @@ You can change the colour of **comments** and **event group** by right-clicking ![](/gdevelop5/interface/events-editor/pasted/20230313-183427.png) +## Color parameters + +Conditions and actions that take a color show a small color swatch next to the value directly in the event sheet, so you can see the color at a glance. Clicking the swatch opens a color picker, letting you choose a new color without having to open the full parameter editor. + ## Select events You can select multiple events by holding **Shift** or **Ctrl** while clicking. To select every event in the current sheet at once, use **Select All** (available from the Edit menu and the command palette). Clicking on an already-selected event while a multi-selection is active will deselect that single event.