Skip to content

Commit 389145a

Browse files
committed
add table of contents
1 parent e916d10 commit 389145a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

bevy-cookbook.md

+10
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ Please help improve it and keep it up to date by contributing on [GitHub](https:
66

77
If you like this, you should also have a look at the [Bevy Cheatsheet](https://github.com/jamadazi/bevy-cheatsheet).
88

9+
Table of Contents
10+
=================
11+
12+
* [Input Handling](#input-handling)
13+
* [Convert screen coordinates to world coordinates](#convert-screen-coordinates-to-world-coordinates)
14+
* [2D games](#2d-games)
15+
* [3D games](#3d-games)
16+
* [Grabbing the mouse](#grabbing-the-mouse)
17+
18+
919
## Input Handling
1020

1121
Input is provided as Bevy events. Create a resource to hold the readers and any other state you might need.

0 commit comments

Comments
 (0)