From b69c7eb895b13a91fe02383f7cf75b6b69567e94 Mon Sep 17 00:00:00 2001 From: 4ian <1280130+4ian@users.noreply.github.com> Date: Sun, 21 Jun 2026 09:27:38 +0000 Subject: [PATCH] [Auto] [Update] Note that the AI can set which scene the game starts on --- automated_updates_data.json | 2 +- docs/gdevelop5/interface/ai/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/automated_updates_data.json b/automated_updates_data.json index eb14cff8ea..fd1e71f703 100644 --- a/automated_updates_data.json +++ b/automated_updates_data.json @@ -1,5 +1,5 @@ { - "last_automated_updates_commit": "969c3ba160ba5a7da09c0980d37e1faf7f42914c", + "last_automated_updates_commit": "1854715466e116ee1a03386cd8956bd7d55ea636", "last_improved_things": [ { "date": "2026-02-16", diff --git a/docs/gdevelop5/interface/ai/index.md b/docs/gdevelop5/interface/ai/index.md index 05140de96c..ab51296f23 100644 --- a/docs/gdevelop5/interface/ai/index.md +++ b/docs/gdevelop5/interface/ai/index.md @@ -30,7 +30,7 @@ The AI knows all built-in GDevelop features and the official, reviewed extension When it builds, the AI can take many concrete actions in your game, such as: -- Creating scenes, +- Creating scenes, and choosing which one the game starts on, - Adding objects and placing them in a scene, - Adding behaviors to objects, - Creating or modifying events to build your game's logic,