Files
flame/doc/summary.md
Renan 0b6efdf170 Fix docs for new site (#557)
Co-authored-by: Luan Nico <luanpotter27@gmail.com>
2021-01-06 14:54:19 -03:00

29 lines
688 B
Markdown

- [Getting started](/)
- Basic concepts
- [File structure](structure.md)
- [Game loop](game.md)
- [Components](components.md)
- [Input](input.md)
- [Platforms](platforms.md)
- Audio
- [General Audio](audio.md)
- [Looping Background Music](bgm.md)
- Rendering
- [Images, Sprites and Animations](images.md)
- [Text Rendering](text.md)
- [Colors and the Palette](palette.md)
- [Particles](particles.md)
- [Layers](layers.md)
- Other Modules
- [Util](util.md)
- [Gamepad](gamepad.md)
- [Widgets](widgets.md)
- [Forge2D](forge2d.md)
- [Tiled](tiled.md)
- [Debugging](debug.md)
- [Splash screen](splash_screen.md)