We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf10658 + 0378ba1 commit 32e937fCopy full SHA for 32e937f
tutorials/io/saving_games.rst
@@ -43,7 +43,7 @@ to save them and then tell them all to save with this script:
43
.. code-tab:: gdscript GDScript
44
45
var save_nodes = get_tree().get_nodes_in_group("Persist")
46
- for i in save_nodes:
+ for node in save_nodes:
47
# Now, we can call our save function on each node.
48
49
.. code-tab:: csharp
0 commit comments