mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
doc: Update (Ebiten now supports MP3)
This commit is contained in:
parent
88c5e4ca2d
commit
cb63c1a300
@ -20,7 +20,7 @@ Note: Gamepad is not available on Safari/Android/iOS. Keyboard is not available
|
||||
|
||||
* 2D Graphics (Geometry/Color matrix transformation, Various composition modes, Offscreen rendering)
|
||||
* Input (Mouse, Keyboard, Gamepads, Touches)
|
||||
* Audio (Ogg/Vorbis, WAV, PCM)
|
||||
* Audio (MP3, Ogg/Vorbis, WAV, PCM)
|
||||
|
||||
## Web Site
|
||||
|
||||
|
@ -51,7 +51,7 @@
|
||||
<dt>Input</dt>
|
||||
<dd>Mouse, Keyboard, Gamepads, Touches</dd>
|
||||
<dt>Audio</dt>
|
||||
<dd>Ogg/Vorbis, WAV, PCM</dd>
|
||||
<dd>MP3, Ogg/Vorbis, WAV, PCM</dd>
|
||||
</dl>
|
||||
|
||||
<h2 id="examples">Examples</h2>
|
||||
|
@ -51,7 +51,7 @@
|
||||
<dt>Input</dt>
|
||||
<dd>Mouse, Keyboard, Gamepads, Touches</dd>
|
||||
<dt>Audio</dt>
|
||||
<dd>Ogg/Vorbis, WAV, PCM</dd>
|
||||
<dd>MP3, Ogg/Vorbis, WAV, PCM</dd>
|
||||
</dl>
|
||||
|
||||
<h2 id="examples">Examples</h2>
|
||||
|
Loading…
Reference in New Issue
Block a user