doc: Update (Ebiten now supports MP3)

This commit is contained in:
Hajime Hoshi 2017-06-19 01:17:12 +09:00
parent 88c5e4ca2d
commit cb63c1a300
3 changed files with 3 additions and 3 deletions

View File

@ -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) * 2D Graphics (Geometry/Color matrix transformation, Various composition modes, Offscreen rendering)
* Input (Mouse, Keyboard, Gamepads, Touches) * Input (Mouse, Keyboard, Gamepads, Touches)
* Audio (Ogg/Vorbis, WAV, PCM) * Audio (MP3, Ogg/Vorbis, WAV, PCM)
## Web Site ## Web Site

View File

@ -51,7 +51,7 @@
<dt>Input</dt> <dt>Input</dt>
<dd>Mouse, Keyboard, Gamepads, Touches</dd> <dd>Mouse, Keyboard, Gamepads, Touches</dd>
<dt>Audio</dt> <dt>Audio</dt>
<dd>Ogg/Vorbis, WAV, PCM</dd> <dd>MP3, Ogg/Vorbis, WAV, PCM</dd>
</dl> </dl>
<h2 id="examples">Examples</h2> <h2 id="examples">Examples</h2>

View File

@ -51,7 +51,7 @@
<dt>Input</dt> <dt>Input</dt>
<dd>Mouse, Keyboard, Gamepads, Touches</dd> <dd>Mouse, Keyboard, Gamepads, Touches</dd>
<dt>Audio</dt> <dt>Audio</dt>
<dd>Ogg/Vorbis, WAV, PCM</dd> <dd>MP3, Ogg/Vorbis, WAV, PCM</dd>
</dl> </dl>
<h2 id="examples">Examples</h2> <h2 id="examples">Examples</h2>