Skip to content

Commit

Permalink
Use dedicated Note section instead of plain text
Browse files Browse the repository at this point in the history
  • Loading branch information
dustdfg authored Oct 6, 2024
1 parent 018f241 commit 44625a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tutorials/io/runtime_file_loading_and_saving.rst
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,10 @@ Example of loading an image and displaying it in a :ref:`class_TextureRect` node
Audio/video files
-----------------

Godot supports loading Ogg Vorbis audio at runtime. Note that not *all* files
with an ``.ogg`` extension may be Ogg Vorbis files. Some may be Ogg Theora
videos, or contain Opus audio within an Ogg container. These files will **not**
load correctly as audio files in Godot.
Godot supports loading Ogg Vorbis audio at runtime.

.. note::
Note that not *all* files with an ``.ogg`` extension may be Ogg Vorbis files. Some may be Ogg Theora videos, or contain Opus audio within an Ogg container. These files will **not** load correctly as audio files in Godot.

Example of loading an Ogg Vorbis audio file in an :ref:`class_AudioStreamPlayer` node:

Expand Down

0 comments on commit 44625a9

Please sign in to comment.