Merge branch 'layout' of https://github.com/qfluxstudio/helium into layout

This commit is contained in:
Elmārs Āboliņš 2021-06-22 15:09:34 +03:00
commit 91e3441201

View File

@ -118,3 +118,5 @@ end)
Or continue on to the State and Input guide: [Here](./docs/State-Input-Guide.md) 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) 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) 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)