mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
docs: Fix about audio
This commit is contained in:
parent
9eac57f588
commit
1ac17862d4
@ -28,7 +28,7 @@ Note: Gamepad and keyboard are not available on Android/iOS.
|
|||||||
|
|
||||||
* 2D Graphics (Geometry/Color matrix transformation, Various composition modes, Offscreen rendering, Fullscreen, Text rendering, Automatic batches, Automatic texture atlas)
|
* 2D Graphics (Geometry/Color matrix transformation, Various composition modes, Offscreen rendering, Fullscreen, Text rendering, Automatic batches, Automatic texture atlas)
|
||||||
* Input (Mouse, Keyboard, Gamepads, Touches)
|
* Input (Mouse, Keyboard, Gamepads, Touches)
|
||||||
* Audio (MP3, Ogg/Vorbis, WAV, PCM, Syncing with game progress)
|
* Audio (Ogg/Vorbis, MP3, WAV, PCM)
|
||||||
|
|
||||||
## Packages
|
## Packages
|
||||||
|
|
||||||
|
@ -55,7 +55,7 @@
|
|||||||
<dt class="col-2 text-right">Input</dt>
|
<dt class="col-2 text-right">Input</dt>
|
||||||
<dd class="col-10">Mouse, Keyboard, Gamepads, Touches</dd>
|
<dd class="col-10">Mouse, Keyboard, Gamepads, Touches</dd>
|
||||||
<dt class="col-2 text-right">Audio</dt>
|
<dt class="col-2 text-right">Audio</dt>
|
||||||
<dd class="col-10">MP3, Ogg/Vorbis, WAV, PCM, Syncing with game progress</dd>
|
<dd class="col-10">Ogg/Vorbis, MP3, WAV, PCM</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
<h2 id="examples">Examples</h2>
|
<h2 id="examples">Examples</h2>
|
||||||
|
@ -55,7 +55,7 @@
|
|||||||
<dt class="col-2 text-right">Input</dt>
|
<dt class="col-2 text-right">Input</dt>
|
||||||
<dd class="col-10">Mouse, Keyboard, Gamepads, Touches</dd>
|
<dd class="col-10">Mouse, Keyboard, Gamepads, Touches</dd>
|
||||||
<dt class="col-2 text-right">Audio</dt>
|
<dt class="col-2 text-right">Audio</dt>
|
||||||
<dd class="col-10">MP3, Ogg/Vorbis, WAV, PCM, Syncing with game progress</dd>
|
<dd class="col-10">Ogg/Vorbis, MP3, WAV, PCM</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
<h2 id="examples">Examples</h2>
|
<h2 id="examples">Examples</h2>
|
||||||
|
Loading…
Reference in New Issue
Block a user