ソースを参照

Fix minor issues in audio-related tutorials

Michael Alexsander Silva Dias 6 年 前
コミット
c555544b8d
2 ファイル変更2 行追加3 行削除
  1. 1 1
      tutorials/audio/audio_buses.rst
  2. 1 2
      tutorials/audio/audio_streams.rst

+ 1 - 1
tutorials/audio/audio_buses.rst

@@ -46,7 +46,7 @@ avoids infinite routing loops.
 In the above image, the output of *Bus 2* has been routed to the *Master* bus.
 In the above image, the output of *Bus 2* has been routed to the *Master* bus.
 
 
 Playback of audio through a bus
 Playback of audio through a bus
---------------------------
+-------------------------------
 
 
 To test passing audio to a bus, create an AudioStreamPlayer node, load an AudioStream and select a target bus for playback:
 To test passing audio to a bus, create an AudioStreamPlayer node, load an AudioStream and select a target bus for playback:
 
 

+ 1 - 2
tutorials/audio/audio_streams.rst

@@ -40,8 +40,7 @@ AudioStreamPlayer2D
 
 
 This is a variant of AudioStreamPlayer, but emits sound in a 2D positional environment. When close to the left of the screen, the panning will go left. When close to the right side, it will go right.
 This is a variant of AudioStreamPlayer, but emits sound in a 2D positional environment. When close to the left of the screen, the panning will go left. When close to the right side, it will go right.
 
 
-.. note:: Area2Ds can be used to divert sound from any AudioStreamPlayer2Ds they contain to specific buses. This makes it possible to create buses with different
-reverb or sound qualities to handle action happening in a particular parts of your game world.
+.. note:: Area2Ds can be used to divert sound from any AudioStreamPlayer2Ds they contain to specific buses. This makes it possible to create buses with different reverb or sound qualities to handle action happening in a particular parts of your game world.
 
 
 .. image:: img/audio_stream_2d_area.png
 .. image:: img/audio_stream_2d_area.png