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 613415c + fd9c88a commit 40bce84Copy full SHA for 40bce84
tutorials/io/saving_games.rst
@@ -61,7 +61,7 @@ Serializing
61
The next step is to serialize the data. This makes it much easier to
62
read from and store to disk. In this case, we're assuming each member of
63
group Persist is an instanced node and thus has a path. GDScript
64
-has helper class :ref:`JSON<class_json>` to convert between dictionary and string,
+has the helper class :ref:`JSON<class_json>` to convert between dictionary and string.
65
Our node needs to contain a save function that returns this data.
66
The save function will look like this:
67
0 commit comments