docs: Add examples/typewriter

This commit is contained in:
Hajime Hoshi 2017-11-10 01:32:18 +09:00
parent cd70bc039b
commit 68d95b5af2
3 changed files with 3 additions and 0 deletions

View File

@ -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},
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@ -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">