Merge pull request #114087 from Alex2782/resource_loader_tutorials

Add "Threaded Loading Demo" link to `ResourceLoader` tutorials
This commit is contained in:
Rémi Verschelde 2025-12-17 13:58:54 +01:00
commit 5d9adbe1be
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

@ -10,6 +10,7 @@
[b]Note:[/b] Non-resource files such as plain text files cannot be read using [ResourceLoader]. Use [FileAccess] for those files instead, and be aware that non-resource files are not exported by default (see notes in the [FileAccess] class description for instructions on exporting them).
</description>
<tutorials>
<link title="Threaded Loading Demo">https://godotengine.org/asset-library/asset/2778</link>
<link title="Operating System Testing Demo">https://godotengine.org/asset-library/asset/2789</link>
</tutorials>
<methods>