From 9bd9df98f23781f97530f45146993274a67b7003 Mon Sep 17 00:00:00 2001 From: faiface Date: Tue, 30 May 2017 02:53:24 +0200 Subject: [PATCH] add text tutorial link to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ac347e9..e1553de 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ covering several topics of Pixel. Here's the content of the tutorial parts so fa - [Pressing keys and clicking mouse](https://github.com/faiface/pixel/wiki/Pressing-keys-and-clicking-mouse) - [Drawing efficiently with Batch](https://github.com/faiface/pixel/wiki/Drawing-efficiently-with-Batch) - [Drawing shapes with IMDraw](https://github.com/faiface/pixel/wiki/Drawing-shapes-with-IMDraw) +- [Typing text on the screen](https://github.com/faiface/pixel/wiki/Typing-text-on-the-screen) ## Examples