Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion automated_updates_data.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"last_automated_updates_commit": "7902b7ffb6c673b0ef13f5a23b85ce339cf6de40",
"last_automated_updates_commit": "efd861326951c296d676c3323ec89c33939554bd",
"last_improved_things": [
{
"date": "2026-02-16",
Expand Down
6 changes: 6 additions & 0 deletions docs/gdevelop5/interface/scene-editor/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ If you close the Object Panel, you can reopen it by using this button on the too

![](/gdevelop5/interface/scene-editor/pasted/20230307-152850.png)

You can select several objects at once to move, delete or duplicate them together: hold **Ctrl** (or **Cmd** on macOS) while clicking to add or remove individual objects, or hold **Shift** to select a whole range.

Read about all [the features available and the objects types](/gdevelop5/objects) to learn more about the different kinds of objects you can use in your game.

## Instance Properties panel
Expand Down Expand Up @@ -119,6 +121,10 @@ By clicking the grid button in the toolbar, you get multiple options:
By clicking on the zoom button, you can change the zoom level inside the scene editor:

![](/gdevelop5/interface/scene-editor/pasted/20230307-154849.png)

!!! tip

Press **F** to focus the view on the currently selected instances.
## Launch a preview of the scene

By clicking on the "Preview" button, you can launch a preview of your game.
Expand Down