mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
docs: Add examples/typewriter
This commit is contained in:
parent
cd70bc039b
commit
68d95b5af2
@ -190,6 +190,7 @@ var examples = []example{
|
||||
{"piano", 320, 240},
|
||||
{"rotate", 320, 240},
|
||||
{"sprites", 320, 240},
|
||||
{"typewriter", 320, 240},
|
||||
{"2048", 210, 300},
|
||||
{"blocks", 256, 240},
|
||||
}
|
||||
|
BIN
docs/images/examples/typewriter.png
Normal file
BIN
docs/images/examples/typewriter.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.0 KiB |
@ -95,6 +95,8 @@
|
||||
<a href="examples/rotate.html"><img src="images/examples/rotate.png" width="320" height="240" alt="Ebiten example: rotate" class="img-thumbnail"></a>
|
||||
</div><div class="col-3">
|
||||
<a href="examples/sprites.html"><img src="images/examples/sprites.png" width="320" height="240" alt="Ebiten example: sprites" class="img-thumbnail"></a>
|
||||
</div><div class="col-3">
|
||||
<a href="examples/typewriter.html"><img src="images/examples/typewriter.png" width="320" height="240" alt="Ebiten example: typewriter" class="img-thumbnail"></a>
|
||||
</div><div class="col-3">
|
||||
<a href="examples/2048.html"><img src="images/examples/2048.png" width="210" height="300" alt="Ebiten example: 2048" class="img-thumbnail"></a>
|
||||
</div><div class="col-3">
|
||||
|
Loading…
Reference in New Issue
Block a user