瀏覽代碼

Merge pull request #10321 from syntaxerror247/patch

Update groups image in `saving_games` tutorial
Max Hilbrunner 10 月之前
父節點
當前提交
14b0433b56
共有 3 個文件被更改,包括 1 次插入1 次删除
  1. 二進制
      tutorials/io/img/groups.png
  2. 二進制
      tutorials/io/img/groups.webp
  3. 1 1
      tutorials/io/saving_games.rst

二進制
tutorials/io/img/groups.png


二進制
tutorials/io/img/groups.webp


+ 1 - 1
tutorials/io/saving_games.rst

@@ -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
 do this through either the GUI or script. Let's add the relevant nodes using the
 GUI:
 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
 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:
 to save them and then tell them all to save with this script: