mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
update groups image in saving_games tutorial
This commit is contained in:
committed by
Max Hilbrunner
parent
627bd0e6de
commit
ccf9538a6e
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