From 0c2d627cfa32f437abe22d6a6ee1de7d102c0264 Mon Sep 17 00:00:00 2001 From: faiface Date: Wed, 10 Oct 2018 13:48:53 +0200 Subject: [PATCH] README: update the list of tutorials --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 48b6321..714e785 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ covering several topics of Pixel. Here's the content of the tutorial parts so fa - [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) +- [Using a custom fragment shader](https://github.com/faiface/pixel/wiki/Using-a-custom-fragment-shader) ## [Examples](https://github.com/faiface/pixel-examples)