mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Merge pull request #10321 from syntaxerror247/patch
Update groups image in `saving_games` tutorial
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 3.5 KiB |
BIN
tutorials/io/img/groups.webp
Normal file
BIN
tutorials/io/img/groups.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user