Merge pull request #10321 from syntaxerror247/patch

Update groups image in `saving_games` tutorial
This commit is contained in:
Max Hilbrunner
2024-11-26 06:02:00 +01:00
committed by GitHub
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -34,7 +34,7 @@ We will start by adding objects we wish to save to the "Persist" group. We can
do this through either the GUI or script. Let's add the relevant nodes using the
GUI:
.. image:: img/groups.png
.. image:: img/groups.webp
Once this is done, when we need to save the game, we can get all objects
to save them and then tell them all to save with this script: