clarify typewriter example readme
This commit is contained in:
parent
ea9633ff7c
commit
f8fc371e32
|
@ -4,4 +4,7 @@ This example demonstrates text drawing and text input facilities by implementing
|
||||||
with a red laser cursor. Screen shakes a bit when typing and some letters turn bold or italic
|
with a red laser cursor. Screen shakes a bit when typing and some letters turn bold or italic
|
||||||
randomly.
|
randomly.
|
||||||
|
|
||||||
|
ASCII and Latin characters are supported here. Feel free to add support for more characters in the
|
||||||
|
code (it's easy, but increases load time).
|
||||||
|
|
||||||
![Screenshot](screenshot.png)
|
![Screenshot](screenshot.png)
|
Loading…
Reference in New Issue