From 262c7a13643a116bdf89db30eff14595060dd368 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elm=C4=81rs?= Date: Tue, 22 Jun 2021 14:50:25 +0300 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ac2495e..01005a3 100644 --- a/README.md +++ b/README.md @@ -117,4 +117,6 @@ end) Or continue on to the State and Input guide: [Here](./docs/State-Input-Guide.md) If you are using gamestates, scene guide will be of interest: [Here](./docs/core/Scenes.md) -For a more general overview of the whole library: [Module index](./docs/Modules-Index.md) \ No newline at end of file +For a more general overview of the whole library: [Module index](./docs/Modules-Index.md) + +There's also a main menu example project available here: [Project](https://github.com/qeffects/main-menu-example)