Skip to content

Commit

Permalink
Merge pull request #9027 from TylerPelaez/patch-1
Browse files Browse the repository at this point in the history
Replace Reference usage with RefCounted in Resources Tutorial
  • Loading branch information
mhilbrunner committed Mar 8, 2024
2 parents 8030047 + ce308e7 commit fce8f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/scripting/resources.rst
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ Creating your own resources
Like any Object in Godot, users can also script Resources. Resource scripts
inherit the ability to freely translate between object properties and serialized
text or binary data (\*.tres, \*.res). They also inherit the reference-counting
memory management from the Reference type.
memory management from the RefCounted type.

This comes with many distinct advantages over alternative data
structures, such as JSON, CSV, or custom TXT files. Users can only import these
Expand Down

0 comments on commit fce8f25

Please sign in to comment.