fix slash to backslash in resources (#3706)

This commit is contained in:
binotaliu
2020-06-18 14:59:12 +00:00
committed by GitHub
parent c7391a7e56
commit 91c508d210

View File

@@ -152,7 +152,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
text or binary data (\*.tres, \*.res). They also inherit the reference-counting
memory management from the Reference type.
This comes with many distinct advantages over alternative data