Skip to content

Commit

Permalink
\\ instead of \`
Browse files Browse the repository at this point in the history
Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com>
  • Loading branch information
jonathandw743 and mhilbrunner committed Dec 15, 2024
1 parent 7d4a801 commit d980d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/scripting/gdscript/gdscript_exports.rst
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ without having to use NodePaths:

Node exporting is only supported in Node-derived classes. When a Node is
saved to a PackedScene, using ``Node`` or ``Array[Node]`` will store a
reference to a Node in the scene, but using ``Array`` or `Dictionary`
reference to a Node in the scene, but using ``Array`` or ``Dictionary``
to store Nodes will cause a copy of each Node to be created.

Exporting NodePaths like in Godot 3.x is still possible, in case you need it:
Expand Down

0 comments on commit d980d0d

Please sign in to comment.