Skip to content

Commit

Permalink
moving link into tutorial section out of description
Browse files Browse the repository at this point in the history
  • Loading branch information
betalars committed Oct 14, 2024
1 parent 0f1bdde commit a7259ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/classes/ResourceLoader.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<description>
A singleton used to load resource files from the filesystem.
It uses the many [ResourceFormatLoader] classes registered in the engine (either built-in or from a plugin) to load files into memory and convert them to a format that can be used by the engine.
[b]See also:[/b] If you want to load player data, look at <link title="Saving Games">$DOCS_URL/tutorials/io/saving_games.html</link> instead for information on saving and loading game progression.
[b]Note:[/b] You have to import the files into the engine first to load them using [method load]. If you want to load [Image]s at run-time, you may use [method Image.load]. If you want to import audio files, you can use the snippet described in [member AudioStreamMP3.data].
</description>
<tutorials>
<link title="Operating System Testing Demo">https://godotengine.org/asset-library/asset/2789</link>
<link title="See also: Saving Games for safely loading player data">$DOCS_URL/tutorials/io/saving_games.html</link>
</tutorials>
<methods>
<method name="add_resource_format_loader">
Expand Down

0 comments on commit a7259ec

Please sign in to comment.