Link to runtime loading/saving tutorial and improve Image documentation

This commit is contained in:
Hugo Locurcio
2023-11-13 14:37:27 +01:00
parent d443f127ef
commit e5270c0db2
24 changed files with 37 additions and 7 deletions

View File

@@ -7,6 +7,7 @@
The AudioStreamOggVorbis class is a specialized [AudioStream] for handling Ogg Vorbis file formats. It offers functionality for loading and playing back Ogg Vorbis files, as well as managing looping and other playback properties. This class is part of the audio stream system, which also supports WAV files through the [AudioStreamWAV] class.
</description>
<tutorials>
<link title="Runtime file loading and saving">$DOCS_URL/tutorials/io/runtime_file_loading_and_saving.html</link>
</tutorials>
<methods>
<method name="load_from_buffer" qualifiers="static">