Fix documentation

This commit is contained in:
Matthias Richter 2015-10-09 23:29:40 +02:00
parent 16a4387ce9
commit eac8874ef9

View File

@ -16,9 +16,9 @@ You can add other types of shapes if you need them.
The main interface is simple:
- Define collision callbacks,
- Add shapes to the scene and
- Update HC every frame.
1. Set up your scene,
2. Check for collisions,
3. React to collisions.
First steps
-----------