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